python3Packages.pytest_5: relax pluggy constraints
This commit is contained in:
parent
8d1439ee85
commit
aebdfe2abe
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ buildPythonPackage rec {
|
|||
sha256 = "1n67lk8iwlsmfdm8663k8l7isllg1xd3n9p1yla7885szhdk6ybr";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "pluggy>=0.12,<1.0" "pluggy>=0.12,<2.0"
|
||||
'';
|
||||
|
||||
checkInputs = [ hypothesis pygments ];
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue