From cb7e043e58d6be9e336cdca976b5e7be9e5234f7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 8 Jun 2023 00:32:53 +0200 Subject: [PATCH] python310Packages.zigpy-xbee: drop asynctest It is only used for testing on python < 3.8 and is unsupported on 3.11. --- pkgs/development/python-modules/zigpy-xbee/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/zigpy-xbee/default.nix b/pkgs/development/python-modules/zigpy-xbee/default.nix index dc0cfb66596c..96b95ee4e640 100644 --- a/pkgs/development/python-modules/zigpy-xbee/default.nix +++ b/pkgs/development/python-modules/zigpy-xbee/default.nix @@ -1,8 +1,6 @@ { lib -, asynctest , buildPythonPackage , fetchFromGitHub -, fetchpatch , pyserial , pyserial-asyncio , pytest-asyncio @@ -33,7 +31,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - asynctest pytest-asyncio pytestCheckHook ];