mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Merge pull request #2420 from wiredfool/arch-fix
Reenable QPixmap tests on arch
This commit is contained in:
commit
78d2db3354
|
@ -3,8 +3,6 @@ from test_imageqt import PillowQtTestCase, PillowQPixmapTestCase
|
||||||
|
|
||||||
from PIL import ImageQt
|
from PIL import ImageQt
|
||||||
|
|
||||||
@unittest.skipIf(ImageQt.qt_version == '5' and distro() == 'arch',
|
|
||||||
"Topixmap fails on Arch + QT5")
|
|
||||||
class TestFromQPixmap(PillowQPixmapTestCase, PillowTestCase):
|
class TestFromQPixmap(PillowQPixmapTestCase, PillowTestCase):
|
||||||
|
|
||||||
def roundtrip(self, expected):
|
def roundtrip(self, expected):
|
||||||
|
|
|
@ -9,8 +9,6 @@ if ImageQt.qt_is_installed:
|
||||||
|
|
||||||
class TestToQPixmap(PillowQPixmapTestCase, PillowTestCase):
|
class TestToQPixmap(PillowQPixmapTestCase, PillowTestCase):
|
||||||
|
|
||||||
@unittest.skipIf(ImageQt.qt_version == '5' and distro() == 'arch',
|
|
||||||
"Topixmap fails on Arch + QT5")
|
|
||||||
def test_sanity(self):
|
def test_sanity(self):
|
||||||
PillowQtTestCase.setUp(self)
|
PillowQtTestCase.setUp(self)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user