python3Packages.aiohttp: fixup package set

In b1d8335904 pytestCheckHook was overridden.
Overriding as is done in this commit breaks cross. Therefore, I attempted
to use one of the spliced sets but that did not work and got accidentally
committed and pushed.
This commit is contained in:
Frederik Rietdijk 2021-03-08 19:36:51 +01:00
parent 5c2a7abde7
commit 3521dc45ed

View file

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