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:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user