From 0f8f7d097ae35dc3bd53d82a0caf87744f23b1db Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Mon, 18 Mar 2024 22:48:39 -0400 Subject: [PATCH] python311Packages.scipy: remove nose dependency Allows the package to build with Python 3.12, which currently isn't supported by Nixpkgs's nose (1.3.7) expression. --- 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 b2a58d71c0b1..5da5e881bb00 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 @@ -115,7 +114,6 @@ in buildPythonPackage { __darwinAllowLocalNetworking = true; nativeCheckInputs = [ - nose hypothesis pytestCheckHook pytest-xdist