Arch qpixmap is fixed on on the docker side with the environment variable QT_QPA_PLATFORM=offscreen

This commit is contained in:
wiredfool 2017-02-22 08:10:08 -08:00
parent f4556acef1
commit 64cd722038
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ from test_imageqt import PillowQtTestCase, PillowQPixmapTestCase
from PIL import ImageQt
@unittest.skipIf(ImageQt.qt_version == '5' and distro() == 'arch',
"Topixmap fails on Arch + QT5")
class TestFromQPixmap(PillowQPixmapTestCase, PillowTestCase):
def roundtrip(self, expected):

View File

@ -9,8 +9,6 @@ if ImageQt.qt_is_installed:
class TestToQPixmap(PillowQPixmapTestCase, PillowTestCase):
@unittest.skipIf(ImageQt.qt_version == '5' and distro() == 'arch',
"Topixmap fails on Arch + QT5")
def test_sanity(self):
PillowQtTestCase.setUp(self)