From ea5208f0e5fdf1b0343a207847e27fb37b62af92 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Mar 2023 17:36:19 +0200 Subject: [PATCH] python310Packages.zha-quirks: remove asynctest --- pkgs/development/python-modules/zha-quirks/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/zha-quirks/default.nix b/pkgs/development/python-modules/zha-quirks/default.nix index 98b51b21f8a3..997548cc3caa 100644 --- a/pkgs/development/python-modules/zha-quirks/default.nix +++ b/pkgs/development/python-modules/zha-quirks/default.nix @@ -1,6 +1,5 @@ { lib , aiohttp -, asynctest , buildPythonPackage , fetchFromGitHub , pytestCheckHook @@ -28,7 +27,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - asynctest pytestCheckHook ];