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