mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
python3Packages.pytest: relax pluggy constraints
Apparently possible without further changes: https://github.com/pytest-dev/pytest/pull/9040
This commit is contained in:
parent
28a7e0c803
commit
65931335b6
@ -27,6 +27,11 @@ buildPythonPackage rec {
|
||||
sha256 = "50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "pluggy>=0.12,<1.0.0a1" "pluggy>=0.23,<2.0"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user