File: patch-upstream-pytest.ini.patch

package info (click to toggle)
python-autobahn 24.4.2%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,456 kB
  • sloc: python: 38,611; javascript: 2,705; makefile: 904; ansic: 373; sh: 64
file content (15 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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