python3Packages.pytest_4: relax pluggy constraints

Following 7e27631e46c8121e5b906083e1de74ec53de2730
This commit is contained in:
Sandro Jäckel 2021-08-27 01:28:43 +02:00 committed by Martin Weinelt
parent b1e9c9c4e0
commit 684acec3e9

View File

@ -11,6 +11,11 @@ buildPythonPackage rec {
sha256 = "50fa82392f2120cc3ec2ca0a75ee615be4c479e66669789771f1758332be4353";
};
postPatch = ''
substituteInPlace setup.py \
--replace "pluggy>=0.12,<1.0" "pluggy>=0.12,<2.0"
'';
checkInputs = [ hypothesis mock ];
buildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ attrs py setuptools six pluggy more-itertools atomicwrites wcwidth packaging ]