python3Packages.autobahn: pin to pytest-asyncio 0.x

This commit is contained in:
Martin Weinelt
2025-08-07 05:16:29 +02:00
parent a4064dc984
commit e90f1cb151
@@ -18,7 +18,7 @@
pygobject3,
pyopenssl,
qrcode,
pytest-asyncio,
pytest-asyncio_0,
python-snappy,
pytestCheckHook,
pythonOlder,
@@ -35,8 +35,6 @@ buildPythonPackage rec {
version = "24.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "crossbario";
repo = "autobahn-python";
@@ -63,7 +61,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
mock
pytest-asyncio
pytest-asyncio_0
pytestCheckHook
]
++ optional-dependencies.scram