From 1f1bd37aa594bec7cfba19f446778fb83d650e15 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 18 Jun 2019 13:05:46 +0200 Subject: Also ignore bogus warning in tests --- pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 6ea9e5bf1..89562bb1f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -67,5 +67,6 @@ qt_log_ignore = ^QBackingStore::endPaint\(\) called with active painter on backingstore paint device ^QPaintDevice: Cannot destroy paint device that is being painted ^DirectWrite: CreateFontFaceFromHDC\(\) failed .* + ^Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created\. xfail_strict = true filterwarnings = error -- cgit v1.2.3-54-g00ecf