python.pkgs.fudge: fix tests
This commit is contained in:
parent
b1467cf56b
commit
11ac34bf93
@ -2,8 +2,6 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, nose
|
, nose
|
||||||
, nosejs
|
|
||||||
, sphinx
|
|
||||||
, isPy3k
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -17,8 +15,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1p7g6hv9qxscbzjv2n5pczpkkp55mp3s56adfc912w9qpf3rv4nr";
|
sha256 = "1p7g6hv9qxscbzjv2n5pczpkkp55mp3s56adfc912w9qpf3rv4nr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose nosejs ];
|
checkInputs = [ nose ];
|
||||||
propagatedBuildInputs = [ sphinx ];
|
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
nosetests -v
|
nosetests -v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user