python311Packages.zha-quirks: test with pytest-asyncio

Previously alot of tests were skipped.
This commit is contained in:
Martin Weinelt 2023-11-01 22:49:50 +01:00
parent 0b2ab262bc
commit a7e65a9e76
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,6 +2,7 @@
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, zigpy
@ -27,6 +28,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
];