Description: Patch upstream pytest.ini
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1115802
Forwarded: no
Last-Update: 2025-09-29

--- python-autobahn-24.4.2+dfsg1.orig/pytest.ini
+++ python-autobahn-24.4.2+dfsg1/pytest.ini
@@ -7,3 +7,6 @@ testpaths =
     test
 python_files =
     test_*.py
+
+[tool:pytest]
+asyncio_mode = auto
