We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613191f commit a8758a6Copy full SHA for a8758a6
setup.cfg
@@ -2,7 +2,9 @@
2
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
4
[tool:pytest]
5
-addopts = -q -n auto --strict-markers --no-flaky-report -rfEX --failed-first
+# Use --assert=plain since 3.11.0b2 has a bug: https://github.com/pytest-dev/pytest/issues/10008
6
+# fixed by https://github.com/python/cpython/pull/93359
7
+addopts = -q -n auto --strict-markers --no-flaky-report -rfEX --failed-first --assert=plain
8
python_classes = *Test
9
markers =
10
expensive: too slow to run during "make smoke"
0 commit comments