From 6d87b5b48ef038163bca333b653ee06fbd153200 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 6 Mar 2023 17:24:36 +0000 Subject: [PATCH] python310Packages.watchdog: Disable more tests --- pkgs/development/python-modules/watchdog/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/watchdog/default.nix b/pkgs/development/python-modules/watchdog/default.nix index 8f4c99c8a2fe..b4774d9e5769 100644 --- a/pkgs/development/python-modules/watchdog/default.nix +++ b/pkgs/development/python-modules/watchdog/default.nix @@ -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