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 3a23d8a commit 3a86ac8Copy full SHA for 3a86ac8
setup.cfg
@@ -2,9 +2,7 @@
2
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
4
[tool:pytest]
5
-# 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
+addopts = -q -n auto --strict-markers --no-flaky-report -rfEX --failed-first
8
python_classes = *Test
9
markers =
10
expensive: too slow to run during "make smoke"
0 commit comments