python311Packages.apricot-select: move nose to check deps

This commit is contained in:
Martin Weinelt
2023-12-20 20:11:10 +01:00
parent 0da50dbd33
commit 78c27b3757
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, nose
, numba
, numpy
, pytestCheckHook
@@ -26,6 +27,10 @@ buildPythonPackage rec {
hash = "sha256-v9BHFxmlbwXVipPze/nV35YijdFBuka3gAl85AlsffQ=";
};
postPatch = ''
sed -i '/"nose"/d' setup.py
'';
nativeBuildInputs = [
setuptools
];
@@ -38,6 +43,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
nose
pytestCheckHook
torchvision
scikit-learn