From cbe0ff94a1f47cf1adf047b2f9d430f025cbd804 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Oct 2017 09:12:16 +0200 Subject: [PATCH] Ignore inotify_add_watch Qt warning This happens on Travis from time to time. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index c35328cd6..1dc9e3ba5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -54,4 +54,5 @@ qt_log_ignore = ^Incompatible version of OpenSSL ^QQuickWidget::invalidateRenderControl could not make context current ^libpng warning: iCCP: known incorrect sRGB profile + ^inotify_add_watch(".*") failed: "No space left on device" xfail_strict = true