about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hmmlearn
diff options
context:
space:
mode:
authorRobert T. McGibbon <rmcgibbo@gmail.com>2020-12-23 23:58:21 -0500
committerRobert T. McGibbon <rmcgibbo@gmail.com>2020-12-23 23:58:21 -0500
commit1714db88df1e1c43a1a816ef87cc2aa73ccbc656 (patch)
treedc88a1cd1a5033164fc86bfa1ded62c1d7115c0b /pkgs/development/python-modules/hmmlearn
parente24bf9062b4b23f4c11f57399d11ad73c86e0828 (diff)
python37Packages.hmmlearn: unbreak tests
Diffstat (limited to 'pkgs/development/python-modules/hmmlearn')
-rw-r--r--pkgs/development/python-modules/hmmlearn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hmmlearn/default.nix b/pkgs/development/python-modules/hmmlearn/default.nix
index 909606c25ebf8..3f601eacc4295 100644
--- a/pkgs/development/python-modules/hmmlearn/default.nix
+++ b/pkgs/development/python-modules/hmmlearn/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
   checkInputs = [ pytest ];
 
   checkPhase = ''
-    pytest --doctest-modules --pyargs hmmlearn
+    pytest --pyargs hmmlearn
   '';
 
   meta = with lib; {