Merge pull request #107521 from rmcgibbo/hmmlearn
python37Packages.hmmlearn: unbreak tests
This commit is contained in:
commit
107c9d6aca
@ -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
Block a user