python310Packages.zigpy-decopnf: 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:15 +02:00
parent 4540dad9e7
commit 314c23eaeb
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,5 +1,4 @@
{ lib
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pyserial
@ -31,7 +30,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
pytest-asyncio
pytestCheckHook
];