mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Removed duplicate test
This commit is contained in:
		
							parent
							
								
									9c4dc68251
								
							
						
					
					
						commit
						88fdf504b3
					
				| 
						 | 
					@ -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):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user