python311Packages.autobahn: use pytest-asyncio_0_21
With version 0.23 the tests fail with
RuntimeError: Event loop is closed
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
, pygobject3
|
||||
, pyopenssl
|
||||
, qrcode
|
||||
, pytest-asyncio
|
||||
, pytest-asyncio_0_21
|
||||
, python-snappy
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
@@ -72,7 +72,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
mock
|
||||
pytest-asyncio
|
||||
pytest-asyncio_0_21
|
||||
pytestCheckHook
|
||||
] ++ passthru.optional-dependencies.scram
|
||||
++ passthru.optional-dependencies.serialization
|
||||
|
||||
Reference in New Issue
Block a user