python3Packages.pytest_6_1: relax pluggy constraints
This commit is contained in:
committed by
Martin Weinelt
parent
1d0ac9b562
commit
7fcb39704b
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user