mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python3Packages.uncertainties: fix tests
This commit is contained in:
parent
6a3822938f
commit
599845e6c6
1 changed files with 3 additions and 1 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue