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

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:06 +02:00
parent f8214edc5b
commit 0cf8b76db9
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pynose,
nose,
setuptools,
pythonOlder,
}:
@@ -21,7 +21,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeCheckInputs = [ pynose ];
# tests rely on nose, archived in 2020
doCheck = pythonOlder "3.12";
nativeCheckInputs = [ nose ];
checkPhase = ''
runHook preCheck