diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-17 20:23:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-17 20:23:35 -0500 |
commit | 1900796eaabe312785fc784a87e6ef8d8368ba7b (patch) | |
tree | f0a87665512b2894e646f2b4cf8aa00109ae604d /igor.py | |
parent | dce369833c79dcf7da6fc6e2a9f3363407a7d58d (diff) | |
download | python-coveragepy-git-1900796eaabe312785fc784a87e6ef8d8368ba7b.tar.gz |
Use @flaky to prevent occasional multiprocessing failures
Diffstat (limited to 'igor.py')
-rw-r--r-- | igor.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ warnings.simplefilter("default") # Silence specific warnings that are not our fault. warnings.filterwarnings("ignore", module="xdist", message="type argument to addoption") +warnings.filterwarnings("ignore", module="flaky", message="type argument to addoption") warnings.filterwarnings( # https://github.com/pytest-dev/pytest/issues/2118 "ignore", |