python3Packages.aiohttp: use pytest_6_1
This commit is contained in:
parent
bea1b905b7
commit
b1d8335904
|
@ -250,7 +250,9 @@ in {
|
||||||
|
|
||||||
aiohomekit = callPackage ../development/python-modules/aiohomekit { };
|
aiohomekit = callPackage ../development/python-modules/aiohomekit { };
|
||||||
|
|
||||||
aiohttp = callPackage ../development/python-modules/aiohttp { };
|
aiohttp = callPackage ../development/python-modules/aiohttp {
|
||||||
|
pytestCheckHook = self.pkgsBuildHost.pytestCheckHook.override { pytest = self.pytest_6_1; };
|
||||||
|
};
|
||||||
|
|
||||||
aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };
|
aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue