about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-02-23 13:14:19 -0800
committerRobert Schütz <nix@dotlambda.de>2024-02-23 13:14:19 -0800
commit01cbced4ef81053ad7dfada33f35527511aad724 (patch)
tree5705f90773a08b3cbdbcf5877dfc74e1ca6a1c4b
parent921f8cf974d558efcd3a1a38c85a49c664016dec (diff)
python311Packages.autobahn: use pytest-asyncio_0_21
With version 0.23 the tests fail with

    RuntimeError: Event loop is closed
-rw-r--r--pkgs/development/python-modules/autobahn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/autobahn/default.nix b/pkgs/development/python-modules/autobahn/default.nix
index 429082e442b86..2bfbc16e8f912 100644
--- a/pkgs/development/python-modules/autobahn/default.nix
+++ b/pkgs/development/python-modules/autobahn/default.nix
@@ -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