mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Enabled ImageGrab.grab test on AppVeyor
This commit is contained in:
parent
94925c5057
commit
467d2089be
|
@ -1,4 +1,4 @@
|
||||||
from helper import unittest, PillowTestCase, on_appveyor
|
from helper import unittest, PillowTestCase
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ try:
|
||||||
|
|
||||||
class TestImageGrab(PillowTestCase):
|
class TestImageGrab(PillowTestCase):
|
||||||
|
|
||||||
@unittest.skipIf(on_appveyor(), "Test fails on appveyor")
|
|
||||||
def test_grab(self):
|
def test_grab(self):
|
||||||
im = ImageGrab.grab()
|
im = ImageGrab.grab()
|
||||||
self.assert_image(im, im.mode, im.size)
|
self.assert_image(im, im.mode, im.size)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user