python3Packages.zigpy: pin tests to pytest-asyncio 0.x

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:14 +02:00
parent e47cccff2f
commit e6097fcb56
@@ -14,7 +14,7 @@
frozendict,
jsonschema,
pyserial-asyncio,
pytest-asyncio,
pytest-asyncio_0,
pytest-timeout,
pytestCheckHook,
pythonOlder,
@@ -60,7 +60,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
aioresponses
freezegun
pytest-asyncio
pytest-asyncio_0
pytest-timeout
pytestCheckHook
];