pythonPackages.pyrsistent: use hypothesis_4

This commit is contained in:
Frederik Rietdijk 2020-05-10 09:41:41 +02:00
parent 2f47dc682f
commit 4baf5ef8d0

View File

@ -3,7 +3,7 @@
, fetchPypi
, six
, pytest_4
, hypothesis
, hypothesis_4
, pytestrunner
}:
@ -18,7 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ];
checkInputs = [ pytestrunner pytest_4 hypothesis ];
checkInputs = [ pytestrunner pytest_4 hypothesis_4 ];
postPatch = ''
substituteInPlace setup.py --replace 'pytest<5' 'pytest'