mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pkgsMusl.python3.pkgs.watchdog: fix build
This commit is contained in:
parent
19aa0eb4de
commit
21bc002b61
1 changed files with 5 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue