summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-17 20:23:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-17 20:23:35 -0500
commit1900796eaabe312785fc784a87e6ef8d8368ba7b (patch)
treef0a87665512b2894e646f2b4cf8aa00109ae604d /setup.cfg
parentdce369833c79dcf7da6fc6e2a9f3363407a7d58d (diff)
downloadpython-coveragepy-git-1900796eaabe312785fc784a87e6ef8d8368ba7b.tar.gz
Use @flaky to prevent occasional multiprocessing failures
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c88d0160..07eb45cd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[tool:pytest]
-addopts = -q -n3 --strict
+addopts = -q -n3 --strict --no-success-flaky-report
markers =
expensive: too slow to run during "make smoke"