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

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:01 +02:00
parent 304cf6275e
commit 48b283e71f
@@ -7,7 +7,7 @@
fetchpatch,
funcparserlib,
pillow,
pynose,
nose,
pytestCheckHook,
pythonOlder,
reportlab,
@@ -48,9 +48,12 @@ buildPythonPackage rec {
webcolors
];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
ephem
pynose
nose
pytestCheckHook
];