Skip to content

Commit

Permalink
test: 3.11.0b3 is out, so remove the workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 1, 2022
1 parent 3a23d8a commit 3a86ac8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a86ac8

Please sign in to comment.