python3Packages.munkres: fix tests
This commit is contained in:
parent
063116f13f
commit
a4973ed5df
@ -2,7 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, nose
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -16,9 +16,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "fc44bf3c3979dada4b6b633ddeeb8ffbe8388ee9409e4d4e8310c2da1792db03";
|
sha256 = "fc44bf3c3979dada4b6b633ddeeb8ffbe8388ee9409e4d4e8310c2da1792db03";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
checkPhase = "nosetests";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://bmc.github.com/munkres/";
|
homepage = "http://bmc.github.com/munkres/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user