pythonPackages: pytest_6_1CheckHook -> pytestCheckHook_6_1

Versions are supposed to be at the end.
This commit is contained in:
Frederik Rietdijk 2021-03-13 16:24:30 +01:00
parent cb60634ebf
commit 89f4b3b5d1

View file

@ -124,7 +124,7 @@ in {
venvShellHook
wheelUnpackHook;
pytest_6_1CheckHook = self.pytestCheckHook.override { pytest = self.pytest_6_1; };
pytestCheckHook_6_1 = self.pytestCheckHook.override { pytest = self.pytest_6_1; };
# helpers
@ -253,7 +253,7 @@ in {
aiohomekit = callPackage ../development/python-modules/aiohomekit { };
aiohttp = callPackage ../development/python-modules/aiohttp {
pytestCheckHook = self.pytest_6_1CheckHook;
pytestCheckHook = self.pytestCheckHook_6_1;
};
aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };
@ -539,7 +539,7 @@ in {
async-timeout = callPackage ../development/python-modules/async_timeout { };
async-upnp-client = callPackage ../development/python-modules/async-upnp-client {
pytestCheckHook = self.pytest_6_1CheckHook;
pytestCheckHook = self.pytestCheckHook_6_1;
};
asyncwhois = callPackage ../development/python-modules/asyncwhois { };
@ -8330,7 +8330,7 @@ in {
trimesh = callPackage ../development/python-modules/trimesh { };
trio = callPackage ../development/python-modules/trio {
pytestCheckHook = self.pytest_6_1CheckHook;
pytestCheckHook = self.pytestCheckHook_6_1;
};
trollius = callPackage ../development/python-modules/trollius { };
@ -8523,7 +8523,7 @@ in {
urlgrabber = callPackage ../development/python-modules/urlgrabber { };
urllib3 = callPackage ../development/python-modules/urllib3 {
pytestCheckHook = self.pytest_6_1CheckHook;
pytestCheckHook = self.pytestCheckHook_6_1;
};
urwid = callPackage ../development/python-modules/urwid { };
@ -8726,7 +8726,7 @@ in {
webthing = callPackage ../development/python-modules/webthing { };
werkzeug = callPackage ../development/python-modules/werkzeug {
pytestCheckHook = self.pytest_6_1CheckHook;
pytestCheckHook = self.pytestCheckHook_6_1;
};
west = callPackage ../development/python-modules/west { };