Merge pull request #223266 from fabaff/zha-quirks-asnyctest

python310Packages.zha-quirks: remove asynctest
This commit is contained in:
Fabian Affolter 2023-03-27 08:44:42 +02:00 committed by GitHub
commit 5f4023347b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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