summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 57a03f1e..f1cb7a8a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,9 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
[tool:pytest]
-# Use --assert=plain since 3.11.0b2 has a bug: https://github.com/pytest-dev/pytest/issues/10008
-# fixed by https://github.com/python/cpython/pull/93359
-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
python_classes = *Test
markers =
expensive: too slow to run during "make smoke"