You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.cfg
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,7 @@ addopts =
61
61
--cov=aiohttp
62
62
--cov=tests/
63
63
64
-
# run tests that are not marked with dev_mode
65
-
-m "not dev_mode"
64
+
-m "not dev_mode and not autobahn and not internal"
66
65
filterwarnings =
67
66
error
68
67
ignore:module 'ssl' has no attribute 'OP_NO_COMPRESSION'. The Python interpreter is compiled against OpenSSL < 1.0.0. Ref. https.//docs.python.org/3/library/ssl.html#ssl.OP_NO_COMPRESSION:UserWarning
@@ -95,6 +94,7 @@ minversion = 3.8.2
95
94
testpaths = tests/
96
95
xfail_strict = true
97
96
markers =
97
+
autobahn: Autobahn testsuite. Should be run as a separate job.
98
98
dev_mode: mark test to run in dev mode.
99
99
internal: tests which may cause issues for packagers, but should be run in aiohttp's CI.
100
100
skip_blockbuster: mark test to skip the blockbuster fixture.
0 commit comments