python310Packages.zigpy-xbee: drop asynctest

It is only used for testing on python < 3.8 and is unsupported on 3.11.
This commit is contained in:
Martin Weinelt
2023-06-08 00:32:53 +02:00
parent 314c23eaeb
commit cb7e043e58
@@ -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
];