Merge pull request #107521 from rmcgibbo/hmmlearn

python37Packages.hmmlearn: unbreak tests
This commit is contained in:
Sandro 2020-12-25 05:01:58 +01:00 committed by GitHub
commit 107c9d6aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
checkPhase = ''
pytest --doctest-modules --pyargs hmmlearn
pytest --pyargs hmmlearn
'';
meta = with lib; {