python3Packages.uncertainties: fix tests

This commit is contained in:
Martin Weinelt 2022-01-18 14:32:03 +01:00
parent 6a3822938f
commit 599845e6c6

View file

@ -14,7 +14,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ future ];
checkInputs = [ nose numpy ];
checkPhase = "python setup.py nosetests -sv";
checkPhase = ''
nosetests -sv
'';
meta = with lib; {
homepage = "https://pythonhosted.org/uncertainties/";