python3Packages.aiohomekit: use latest pytest-asyncio

This commit is contained in:
Robert Schütz
2026-01-06 13:33:40 -08:00
parent e0bb389fe2
commit 164283b8bd
@@ -13,10 +13,8 @@
fetchFromGitHub,
orjson,
poetry-core,
pytest-asyncio_0,
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
zeroconf,
}:
@@ -25,8 +23,6 @@ buildPythonPackage rec {
version = "3.2.20";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "Jc2k";
repo = "aiohomekit";
@@ -51,7 +47,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
(pytest-aiohttp.override { pytest-asyncio = pytest-asyncio_0; })
pytest-aiohttp
pytestCheckHook
];