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.
This commit is contained in:
Ben Darwin 2024-03-18 22:48:39 -04:00
parent c551fc033b
commit 0f8f7d097a

View File

@ -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