python312Packages.uncertainties: disable tests

lib2to3 is not supported in setuptools since a longer time.
This commit is contained in:
Martin Weinelt
2024-02-24 04:01:02 +01:00
parent 34a99206e2
commit 24d4e25fa3
@@ -1,5 +1,6 @@
{ lib, fetchPypi, buildPythonPackage
, nose, numpy, future
, pythonOlder
}:
buildPythonPackage rec {
@@ -13,6 +14,10 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ future ];
# uses removed lib2to3.tests
doCheck = pythonOlder "3.12";
nativeCheckInputs = [ nose numpy ];
checkPhase = ''