summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-05-01 22:07:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-05-02 07:38:20 -0400
commit8dd451ada6105841f1bd40dfca965da2d5779164 (patch)
tree59b66ce5ae67eef739677daaa55a26ff30584d75 /setup.cfg
parentb64fc3f54146b0dd32862eb2cd775350cde56940 (diff)
downloadpython-coveragepy-git-8dd451ada6105841f1bd40dfca965da2d5779164.tar.gz
test: update to latest pytest
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 0b71f3a2..eb281d89 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[tool:pytest]
-addopts = -q -n3 --strict --force-flaky --no-flaky-report -rfeX --failed-first
+addopts = -q -n3 --strict-markers --force-flaky --no-flaky-report -rfeX --failed-first
python_classes = *Test
markers =
expensive: too slow to run during "make smoke"
@@ -8,6 +8,7 @@ markers =
filterwarnings =
ignore:dns.hash module will be removed:DeprecationWarning
ignore:Using or importing the ABCs:DeprecationWarning
+ ignore:the imp module is deprecated in favour of importlib:DeprecationWarning
# xfail tests that pass should fail the test suite
xfail_strict=true