python3Packages.watchdog: don't run test_delete on darwin

main
Phillip Cloud 2 years ago
parent 614aa6d016
commit 2e37657b63
No known key found for this signature in database
GPG Key ID: D908212070FD785E
  1. 2
      pkgs/development/python-modules/watchdog/default.nix

@ -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…
Cancel
Save