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 f2e9c01f49
commit d9fd71fe51
1 changed files with 1 additions and 1 deletions

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 { };