python312Packages.bx-python: Drop nose dependency

This commit is contained in:
Pyrox
2024-07-29 13:38:11 -04:00
parent a8e896a9b9
commit 26df8e7d72
@@ -7,7 +7,7 @@
cython,
zlib,
python-lzo,
nose,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -30,10 +30,13 @@ buildPythonPackage rec {
propagatedBuildInputs = [
numpy
nativeCheckInputs = [
python-lzo
pytestCheckHook
];
nativeCheckInputs = [ nose ];
# https://github.com/bxlab/bx-python/issues/101
doCheck = false;
postInstall = ''
cp -r scripts/* $out/bin