diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 123607cb1339..df20982067fd 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -2980,6 +2980,10 @@ pythonPackages = modules // rec { buildInputs = [ coverage ]; + preCheck = '' + # see https://github.com/nose-devs/nose/issues/627 + rm functional_tests/test_multiprocessing/test_concurrent_shared.py + ''; doCheck = ! stdenv.isDarwin; };