python312Packages.blockdiag: revert to nose, disable tests on 3.12
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user