mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Arch qpixmap is fixed on on the docker side with the environment variable QT_QPA_PLATFORM=offscreen
This commit is contained in:
parent
f4556acef1
commit
64cd722038
|
@ -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):
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user