Merge pull request #3263 from radarhere/duplicate

Removed duplicate test
This commit is contained in:
Hugo 2018-07-21 09:00:55 +03:00 committed by GitHub
commit 683c385df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,6 @@ try:
im = ImageGrab.grab() im = ImageGrab.grab()
self.assert_image(im, im.mode, im.size) self.assert_image(im, im.mode, im.size)
@unittest.skipIf(on_appveyor(), "Test fails on appveyor")
def test_grab2(self):
im = ImageGrab.grab()
self.assert_image(im, im.mode, im.size)
except ImportError: except ImportError:
class TestImageGrab(PillowTestCase): class TestImageGrab(PillowTestCase):
def test_skip(self): def test_skip(self):