Skip to content

Commit 1714db8

Browse files
committed
python37Packages.hmmlearn: unbreak tests
1 parent e24bf90 commit 1714db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/python-modules/hmmlearn/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildPythonPackage rec {
1414
checkInputs = [ pytest ];
1515

1616
checkPhase = ''
17-
pytest --doctest-modules --pyargs hmmlearn
17+
pytest --pyargs hmmlearn
1818
'';
1919

2020
meta = with lib; {

0 commit comments

Comments
 (0)