python3Packages.pytest: relax pluggy constraints

Apparently possible without further changes:
https://github.com/pytest-dev/pytest/pull/9040

+5
+5
pkgs/development/python-modules/pytest/default.nix
··· 27 27 sha256 = "50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"; 28 28 }; 29 29 30 + postPatch = '' 31 + substituteInPlace setup.cfg \ 32 + --replace "pluggy>=0.12,<1.0.0a1" "pluggy>=0.23,<2.0" 33 + ''; 34 + 30 35 nativeBuildInputs = [ setuptools-scm ]; 31 36 32 37 propagatedBuildInputs = [