From 1714db88df1e1c43a1a816ef87cc2aa73ccbc656 Mon Sep 17 00:00:00 2001 From: "Robert T. McGibbon" Date: Wed, 23 Dec 2020 23:58:21 -0500 Subject: [PATCH] python37Packages.hmmlearn: unbreak tests --- pkgs/development/python-modules/hmmlearn/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hmmlearn/default.nix b/pkgs/development/python-modules/hmmlearn/default.nix index 909606c25eb..3f601eacc42 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; {