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

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:02 +02:00
parent fedea1e0fa
commit b12ff378fe
@@ -4,7 +4,8 @@
fetchPypi,
setuptools,
pbr,
pynose,
nose,
pythonOlder,
}:
buildPythonPackage rec {
@@ -22,7 +23,10 @@ buildPythonPackage rec {
setuptools
];
nativeCheckInputs = [ pynose ];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [ nose ];
checkPhase = ''
runHook preCheck