python3Packages.pytest_6_1: relax pluggy constraints

This commit is contained in:
Sandro Jäckel
2021-09-05 15:00:11 +02:00
committed by Martin Weinelt
parent 1d0ac9b562
commit 7fcb39704b
+5
View File
@@ -6871,6 +6871,11 @@ in {
inherit version;
sha256 = "c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e";
};
postPatch = ''
substituteInPlace setup.cfg \
--replace "pluggy>=0.12,<1.0" "pluggy>=0.12,<2.0"
'';
});
pytest-aiohttp = callPackage ../development/python-modules/pytest-aiohttp { };