summaryrefslogtreecommitdiff
path: root/requirements
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
commit854e13ae9290e2bc1013043bf0dbd83840f3b345 (patch)
tree61b95e2b739e3c589566da316fc1225a6747f40f /requirements
parent1a66e32ff83d263d44aca113ee90fd0346d145db (diff)
downloadpython-coveragepy-854e13ae9290e2bc1013043bf0dbd83840f3b345.tar.gz
Use @flaky to prevent occasional multiprocessing failures
Diffstat (limited to 'requirements')
-rw-r--r--requirements/pytest.pip1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index e2e7009..274168f 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -5,3 +5,4 @@
pytest==3.0.5
pytest-xdist==1.15.0
pytest-warnings==0.2.0
+flaky==3.3.0