From 1900796eaabe312785fc784a87e6ef8d8368ba7b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 17 Jan 2017 20:23:35 -0500 Subject: Use @flaky to prevent occasional multiprocessing failures --- igor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'igor.py') diff --git a/igor.py b/igor.py index 9d2d43a0..c875a6f9 100644 --- a/igor.py +++ b/igor.py @@ -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", -- cgit v1.2.1