Skip to content

Commit

Permalink
Merge pull request #107521 from rmcgibbo/hmmlearn
Browse files Browse the repository at this point in the history
python37Packages.hmmlearn: unbreak tests
  • Loading branch information
SuperSandro2000 authored Dec 25, 2020
2 parents 4c0f6b3 + 1714db8 commit 107c9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/hmmlearn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
checkInputs = [ pytest ];

checkPhase = ''
pytest --doctest-modules --pyargs hmmlearn
pytest --pyargs hmmlearn
'';

meta = with lib; {
Expand Down

0 comments on commit 107c9d6

Please sign in to comment.