pythonPackages: aiohttp: use pytest_6_1CheckHook

This commit is contained in:
Sandro Jäckel 2021-03-12 23:29:56 +01:00 committed by Frederik Rietdijk
parent 45ede7d4ea
commit c20c8df84f

View file

@ -253,7 +253,7 @@ in {
aiohomekit = callPackage ../development/python-modules/aiohomekit { };
aiohttp = callPackage ../development/python-modules/aiohttp {
pytestCheckHook = self.pytestCheckHook.override { pytest = self.pytest_6_1; };
pytestCheckHook = self.pytest_6_1CheckHook;
};
aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };