python3Packages.aiohttp: use pytest_6_1

This commit is contained in:
Frederik Rietdijk 2021-03-08 18:48:15 +01:00
parent bea1b905b7
commit b1d8335904

View file

@ -250,7 +250,9 @@ in {
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 { };