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.
This commit is contained in:
parent
f2e9c01f49
commit
d9fd71fe51
@ -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 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user