python310Packages.zha-quirks: remove asynctest

This commit is contained in:
Fabian Affolter 2023-03-26 17:36:19 +02:00
parent 1b63409492
commit ea5208f0e5

View File

@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
@ -28,7 +27,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
pytestCheckHook
];