python3Packages.aiohomekit: test with pytest-asyncio 0.x

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:55 +02:00
parent 6a335009c2
commit 2d08340072
@@ -13,6 +13,7 @@
fetchFromGitHub,
orjson,
poetry-core,
pytest-asyncio_0,
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
@@ -50,7 +51,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-aiohttp
(pytest-aiohttp.override { pytest-asyncio = pytest-asyncio_0; })
pytestCheckHook
];