mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Fix skipping
This commit is contained in:
parent
184c380e10
commit
b7eb1de922
|
@ -13,10 +13,10 @@ try:
|
|||
im = ImageGrab.grab()
|
||||
self.assert_image(im, im.mode, im.size)
|
||||
|
||||
except ImportError as v:
|
||||
except ImportError:
|
||||
class TestImageCopy(PillowTestCase):
|
||||
def test_skip(self):
|
||||
self.skipTest(v)
|
||||
self.skipTest("ImportError")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue
Block a user