Merge pull request #2420 from wiredfool/arch-fix

Reenable QPixmap tests on arch
This commit is contained in:
wiredfool 2017-02-22 22:48:01 +00:00 committed by GitHub
commit 78d2db3354
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)