We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24bf90 commit 1714db8Copy full SHA for 1714db8
1 file changed
pkgs/development/python-modules/hmmlearn/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
14
checkInputs = [ pytest ];
15
16
checkPhase = ''
17
- pytest --doctest-modules --pyargs hmmlearn
+ pytest --pyargs hmmlearn
18
'';
19
20
meta = with lib; {
0 commit comments