Skip to content

Commit

Permalink
Merge pull request #192227 from yu-re-ka/musl-pythyon-watchdog
Browse files Browse the repository at this point in the history
pkgsMusl.python3.pkgs.watchdog: fix build
  • Loading branch information
superherointj committed Sep 21, 2022
2 parents 982b560 + 21bc002 commit 1138e3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/watchdog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ buildPythonPackage rec {
substituteInPlace setup.cfg \
--replace "--cov=watchdog" "" \
--replace "--cov-report=term-missing" ""
'' + lib.optionalString stdenv.hostPlatform.isMusl
# https://github.com/gorakhargosh/watchdog/issues/920
''
substituteInPlace tests/test_inotify_c.py \
--replace "Unknown error -1" "No error information"
'';

disabledTests = [
Expand Down

0 comments on commit 1138e3d

Please sign in to comment.