python312Packages.biopandas: revert to nose, disable tests on 3.12

This commit is contained in:
Martin Weinelt
2024-07-08 23:39:27 +02:00
parent a78d2e175c
commit f8214edc5b
@@ -5,10 +5,11 @@
setuptools,
looseversion,
mmtf-python,
nose,
numpy,
pandas,
pynose,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -23,7 +24,6 @@ buildPythonPackage rec {
hash = "sha256-1c78baBBsDyvAWrNx5mZI/Q75wyXv0DAwAdWm3EwX/I=";
};
pythonRelaxDeps = [ "looseversion" ];
build-system = [ setuptools ];
@@ -35,8 +35,12 @@ buildPythonPackage rec {
looseversion
];
# tests rely on nose
# resolved in 0.5.1: https://github.com/BioPandas/biopandas/commit/67aa2f237c70c826cd9ab59d6ae114582da2112f
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
pynose
nose
pytestCheckHook
];