Skip to content

Commit 3a86ac8

Browse files
committed
test: 3.11.0b3 is out, so remove the workaround
1 parent 3a23d8a commit 3a86ac8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

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

44
[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
5+
addopts = -q -n auto --strict-markers --no-flaky-report -rfEX --failed-first
86
python_classes = *Test
97
markers =
108
expensive: too slow to run during "make smoke"

0 commit comments

Comments
 (0)