python310Packages.watchdog: Disable more tests

This commit is contained in:
Martin Weinelt 2023-03-06 17:24:36 +00:00
parent c288c37fdd
commit 6d87b5b48e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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