pythonPackages.hypothesis: fixup

This commit is contained in:
Frederik Rietdijk 2019-10-16 18:11:45 +02:00
parent 6b4902afde
commit caf70f40bb

View File

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchFromGitHub { lib, buildPythonPackage, fetchFromGitHub
, isPy3k, attrs, coverage, enum34 , isPy3k, attrs, coverage, enum34, pexpect
, doCheck ? true, pytest, pytest_xdist, flaky, mock , doCheck ? true, pytest, pytest_xdist, flaky, mock
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -24,7 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ attrs coverage ] ++ lib.optional (!isPy3k) [ enum34 ]; propagatedBuildInputs = [ attrs coverage ] ++ lib.optional (!isPy3k) [ enum34 ];
checkInputs = [ pytest pytest_xdist flaky mock ]; checkInputs = [ pytest pytest_xdist flaky mock pexpect ];
inherit doCheck; inherit doCheck;
checkPhase = '' checkPhase = ''