Skip to content

Commit a8758a6

Browse files
committed
test: avoid a 3.11.0b2 bug
1 parent 613191f commit a8758a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
[tool:pytest]
5-
addopts = -q -n auto --strict-markers --no-flaky-report -rfEX --failed-first
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
68
python_classes = *Test
79
markers =
810
expensive: too slow to run during "make smoke"

0 commit comments

Comments
 (0)