diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix index d630767c3c68..2870e5ec3bbd 100644 --- a/pkgs/development/python-modules/scipy/default.nix +++ b/pkgs/development/python-modules/scipy/default.nix @@ -13,7 +13,6 @@ , pkg-config , pythran , wheel -, nose , setuptools , hypothesis , pytestCheckHook @@ -116,7 +115,6 @@ in buildPythonPackage { __darwinAllowLocalNetworking = true; nativeCheckInputs = [ - nose hypothesis # Failed: DID NOT WARN. No warnings of type (, , ) were emitted. (pytestCheckHook.override { pytest = pytest_7; })