python3Packages.pyatv: pin pytest-asyncio at 0.x
Otherwise it won't find the `event_loop` fixture.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user