python37Packages.hmmlearn: unbreak tests
This commit is contained in:
parent
e24bf9062b
commit
1714db88df
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
checkInputs = [ pytest ];
|
||||
|
||||
checkPhase = ''
|
||||
pytest --doctest-modules --pyargs hmmlearn
|
||||
pytest --pyargs hmmlearn
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in New Issue