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

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:06 +02:00
parent ac1eeed1eb
commit db4f14a4f3
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pynose,
nose,
pythonOlder,
setuptools,
}:
@@ -21,7 +21,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeCheckInputs = [ pynose ];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [ nose ];
pythonImportsCheck = [ "pytimeparse" ];