From 2ba2b3827750aa58fb077de88c17dfe25cbdd1a8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 3 Feb 2016 08:11:18 +0100 Subject: [PATCH] tests: Ignore new Qt warnings. It seems since the recent QClipboard changes we get a new warning "QXcbClipboard: Cannot transfer data, no data available" in some tests. This ignores the warning, let's hope the tests still work. See #1285. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 10d0f6993..9504f45df 100644 --- a/pytest.ini +++ b/pytest.ini @@ -34,4 +34,5 @@ qt_log_ignore = ^QGeoclueMaster error creating GeoclueMasterClient\. ^Geoclue error: Process org\.freedesktop\.Geoclue\.Master exited with status 127 ^QObject::connect: Cannot connect \(null\)::stateChanged\(QNetworkSession::State\) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged\(QNetworkSession::State\) + ^QXcbClipboard: Cannot transfer data, no data available qt_wait_signal_raising = true