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

This commit is contained in:
Martin Weinelt 2024-07-08 23:05:46 +02:00
parent b12ff378fe
commit 72a1b22d68
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,7 +5,7 @@
fetchPypi,
jinja2,
mock,
pynose,
nose,
poetry-core,
pythonOlder,
terminaltables,
@ -31,9 +31,12 @@ buildPythonPackage rec {
terminaltables
];
# test rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
mock
pynose
nose
];
checkPhase = ''