python37Packages.hmmlearn: unbreak tests

wip/yesman
Robert T. McGibbon 4 years ago
parent e24bf9062b
commit 1714db88df
  1. 2
      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; {

Loading…
Cancel
Save