python3Packages.aiohttp: fixup package set

In b1d8335904dbdee98696a3094e1d918f40a40367 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.

+1 -1
+1 -1
pkgs/top-level/python-packages.nix
··· 251 aiohomekit = callPackage ../development/python-modules/aiohomekit { }; 252 253 aiohttp = callPackage ../development/python-modules/aiohttp { 254 - pytestCheckHook = self.pkgsBuildHost.pytestCheckHook.override { pytest = self.pytest_6_1; }; 255 }; 256 257 aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };
··· 251 aiohomekit = callPackage ../development/python-modules/aiohomekit { }; 252 253 aiohttp = callPackage ../development/python-modules/aiohttp { 254 + pytestCheckHook = self.pytestCheckHook.override { pytest = self.pytest_6_1; }; 255 }; 256 257 aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };