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

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:07 +02:00
parent 75228216b1
commit ff55f8fbfb
@@ -2,11 +2,12 @@
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
numpy,
scipy,
sympy,
setuptools,
pynose,
nose,
cython,
}:
@@ -28,8 +29,11 @@ buildPythonPackage rec {
sympy
];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
pynose
nose
cython
];