python3Packages.watchdog: don't run test_delete on darwin
This commit is contained in:
parent
614aa6d016
commit
2e37657b63
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
# probably failing because of an encoding related issue
|
||||
"test_create_wrong_encoding"
|
||||
] ++ lib.optionals (stdenv.isDarwin && !stdenv.isAarch64) [
|
||||
"test_delete"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue