diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-06-01 13:11:47 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-06-01 13:11:47 -0400 |
commit | 3a86ac852751219d7b336aa489e22e7ba9419532 (patch) | |
tree | 346fa14a243ae53c06907de9ae6838cdf29a15c6 | |
parent | 3a23d8ace3a38dc51ca6336834da03e5d15d8e4d (diff) | |
download | python-coveragepy-git-3a86ac852751219d7b336aa489e22e7ba9419532.tar.gz |
test: 3.11.0b3 is out, so remove the workaround
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |