pythonPackages.pyrsistent: use hypothesis_4
This commit is contained in:
parent
2f47dc682f
commit
4baf5ef8d0
@ -3,7 +3,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, six
|
, six
|
||||||
, pytest_4
|
, pytest_4
|
||||||
, hypothesis
|
, hypothesis_4
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
checkInputs = [ pytestrunner pytest_4 hypothesis ];
|
checkInputs = [ pytestrunner pytest_4 hypothesis_4 ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py --replace 'pytest<5' 'pytest'
|
substituteInPlace setup.py --replace 'pytest<5' 'pytest'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user