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:
parent
4540dad9e7
commit
314c23eaeb
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ lib
|
||||||
, asynctest
|
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pyserial
|
, pyserial
|
||||||
|
@ -31,7 +30,6 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
asynctest
|
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue