python3Packages.inkbird-ble: run async tests

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:56 +02:00
parent db4f5b254f
commit 292018ede4
@@ -6,6 +6,7 @@
fetchFromGitHub,
home-assistant-bluetooth,
poetry-core,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
@@ -36,6 +37,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-asyncio
pytest-cov-stub
pytestCheckHook
];