From dc9a2159be79245280c80dfcdbd946c932d0070f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 17 Mar 2024 14:44:51 +0100 Subject: [PATCH] python312Packages.scipy: drop dependecy on nosetests --- pkgs/development/python-modules/scipy/default.nix | 2 -- 1 file changed, 2 deletions(-) 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; })