mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
python310Packages.watchdog: Disable more tests
This commit is contained in:
parent
c288c37fdd
commit
6d87b5b48e
@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [
|
||||
] ++ lib.optionals (stdenv.isAarch64) [
|
||||
"--deselect=tests/test_emitter.py::test_create_wrong_encoding"
|
||||
"--deselect=tests/test_emitter.py::test_close"
|
||||
] ++ lib.optionals (stdenv.isDarwin) [
|
||||
# fails to stop process in teardown
|
||||
|
Loading…
Reference in New Issue
Block a user