summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-05-31 14:36:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-05-31 14:38:07 -0400
commit65d9e0edbca0dc893ca70fbf64969e2ddc5a3680 (patch)
tree406eac9e175c8a92e9d36d1e417e5681247fd4b0 /setup.cfg
parente1cd8f8cf2c958ef0a7915011c58d3c1d9fdb64c (diff)
downloadpython-coveragepy-git-65d9e0edbca0dc893ca70fbf64969e2ddc5a3680.tar.gz
test: better checking for CoverageWarnings
On Python 3.10, we were getting other warnings mixed into the warnings the tests were looking for. This change lets us only look at the CoverageWarnings.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dffeba51..47192429 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,6 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
[tool:pytest]
addopts = -q -n3 --strict-markers --force-flaky --no-flaky-report -rfeX --failed-first
python_classes = *Test