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

This commit is contained in:
Martin Weinelt 2024-07-09 00:46:39 +02:00
parent 75f9023006
commit 8ec1f158a7
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,7 +3,7 @@
blockdiag,
fetchFromGitHub,
buildPythonPackage,
pynose,
nose,
pytestCheckHook,
setuptools,
pythonOlder,
@ -27,8 +27,11 @@ buildPythonPackage rec {
dependencies = [ blockdiag ];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
pynose
nose
pytestCheckHook
];