From 89f4b3b5d17c6752e037aac05ebe112a785a622e Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 13 Mar 2021 16:24:30 +0100 Subject: [PATCH] pythonPackages: pytest_6_1CheckHook -> pytestCheckHook_6_1 Versions are supposed to be at the end. --- pkgs/top-level/python-packages.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 803df5d4d75c..23a73bb05e29 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 { };