python.pkgs.fudge: fix tests

This commit is contained in:
Robert Schütz 2019-03-02 14:41:48 +01:00
parent b1467cf56b
commit 11ac34bf93

View File

@ -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