python3Packages.watchdog: don't run test_delete on darwin

This commit is contained in:
Phillip Cloud 2022-05-04 05:41:11 -04:00
parent 614aa6d016
commit 2e37657b63
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

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