From 7b5f51b14502355f91847677481d1fc246dd8994 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Dec 2015 17:53:36 +0100 Subject: [PATCH] tests: Ignore empty $XDG_RUNTIME_DIR error. For some reason it's unset for the buildbot on Ubuntu Trusty, and it shouldn't matter. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 81826c4e7..a67563c5c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -37,3 +37,4 @@ qt_log_ignore = ^QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once\. ^QWaitCondition: Destroyed while threads are still waiting ^QXcbXSettings::QXcbXSettings\(QXcbScreen\*\) Failed to get selection owner for XSETTINGS_S atom + ^QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to .*