From c20c8df84f7b890c6029c39eaabca1e0e3ffab6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 12 Mar 2021 23:29:56 +0100 Subject: [PATCH] pythonPackages: aiohttp: use pytest_6_1CheckHook --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 6e3ef19edad6..49602dca9b70 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -253,7 +253,7 @@ in { aiohomekit = callPackage ../development/python-modules/aiohomekit { }; aiohttp = callPackage ../development/python-modules/aiohttp { - pytestCheckHook = self.pytestCheckHook.override { pytest = self.pytest_6_1; }; + pytestCheckHook = self.pytest_6_1CheckHook; }; aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };