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

Changed files
+2 -1
pkgs
development
python-modules
aiohomekit
+2 -1
pkgs/development/python-modules/aiohomekit/default.nix
···
fetchFromGitHub,
orjson,
poetry-core,
+
pytest-asyncio_0,
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
···
];
nativeCheckInputs = [
-
pytest-aiohttp
+
(pytest-aiohttp.override { pytest-asyncio = pytest-asyncio_0; })
pytestCheckHook
];