python3Packages.munkres: fix tests

This commit is contained in:
Jonathan Ringer 2020-11-05 15:26:41 -08:00
parent 063116f13f
commit a4973ed5df

View File

@ -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/";