Skip to content

Commit

Permalink
python37Packages.hmmlearn: unbreak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgibbo committed Dec 24, 2020
1 parent e24bf90 commit 1714db8
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 1714db8

Please sign in to comment.