···
127
-
pytest_6_1CheckHook = self.pytestCheckHook.override { pytest = self.pytest_6_1; };
127
+
pytestCheckHook_6_1 = self.pytestCheckHook.override { pytest = self.pytest_6_1; };
···
aiohomekit = callPackage ../development/python-modules/aiohomekit { };
aiohttp = callPackage ../development/python-modules/aiohttp {
256
-
pytestCheckHook = self.pytest_6_1CheckHook;
256
+
pytestCheckHook = self.pytestCheckHook_6_1;
aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };
···
async-timeout = callPackage ../development/python-modules/async_timeout { };
async-upnp-client = callPackage ../development/python-modules/async-upnp-client {
542
-
pytestCheckHook = self.pytest_6_1CheckHook;
542
+
pytestCheckHook = self.pytestCheckHook_6_1;
asyncwhois = callPackage ../development/python-modules/asyncwhois { };
···
trimesh = callPackage ../development/python-modules/trimesh { };
trio = callPackage ../development/python-modules/trio {
8333
-
pytestCheckHook = self.pytest_6_1CheckHook;
8333
+
pytestCheckHook = self.pytestCheckHook_6_1;
trollius = callPackage ../development/python-modules/trollius { };
···
urlgrabber = callPackage ../development/python-modules/urlgrabber { };
urllib3 = callPackage ../development/python-modules/urllib3 {
8526
-
pytestCheckHook = self.pytest_6_1CheckHook;
8526
+
pytestCheckHook = self.pytestCheckHook_6_1;
urwid = callPackage ../development/python-modules/urwid { };
···
webthing = callPackage ../development/python-modules/webthing { };
werkzeug = callPackage ../development/python-modules/werkzeug {
8729
-
pytestCheckHook = self.pytest_6_1CheckHook;
8729
+
pytestCheckHook = self.pytestCheckHook_6_1;
west = callPackage ../development/python-modules/west { };