python3Packages.aiorpcx: pin pytest-asyncio 0.x

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:21 +02:00
parent 09336855e9
commit b2f4ebf450
@@ -4,7 +4,7 @@
buildPythonPackage,
setuptools,
websockets,
pytest-asyncio,
pytest-asyncio_0,
pytestCheckHook,
}:
@@ -25,7 +25,7 @@ buildPythonPackage rec {
optional-dependencies.ws = [ websockets ];
nativeCheckInputs = [
pytest-asyncio
pytest-asyncio_0
pytestCheckHook
]
++ lib.flatten (lib.attrValues optional-dependencies);