python3Packages.pyatv: pin pytest-asyncio at 0.x

Otherwise it won't find the `event_loop` fixture.
This commit is contained in:
Martin Weinelt
2025-08-09 19:05:10 +02:00
parent 272da02506
commit 3ebcd0bf21
@@ -13,7 +13,7 @@
pydantic,
pyfakefs,
pytest-aiohttp,
pytest-asyncio,
pytest-asyncio_0,
pytest-httpserver,
pytest-timeout,
pytestCheckHook,
@@ -79,8 +79,8 @@ buildPythonPackage rec {
nativeCheckInputs = [
deepdiff
pyfakefs
pytest-aiohttp
pytest-asyncio
(pytest-aiohttp.override { pytest-asyncio = pytest-asyncio_0; })
pytest-asyncio_0
pytest-httpserver
pytest-timeout
pytestCheckHook