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

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:07 +02:00
parent db4f14a4f3
commit 34a07e8f52
@@ -3,7 +3,7 @@
blockdiag,
buildPythonPackage,
fetchFromGitHub,
pynose,
nose,
pytestCheckHook,
pythonOlder,
setuptools,
@@ -27,8 +27,11 @@ buildPythonPackage rec {
dependencies = [ blockdiag ];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
pynose
nose
pytestCheckHook
];