mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	
						commit
						def22c1d27
					
				| 
						 | 
					@ -22,10 +22,6 @@ class TestImagePoint(PillowTestCase):
 | 
				
			||||||
        """ Tests for 16 bit -> 8 bit lut for converting I->L images
 | 
					        """ Tests for 16 bit -> 8 bit lut for converting I->L images
 | 
				
			||||||
            see https://github.com/python-pillow/Pillow/issues/440
 | 
					            see https://github.com/python-pillow/Pillow/issues/440
 | 
				
			||||||
            """
 | 
					            """
 | 
				
			||||||
        # This takes _forever_ on PyPy. Open Bug,
 | 
					 | 
				
			||||||
        # see https://github.com/python-pillow/Pillow/issues/484
 | 
					 | 
				
			||||||
        # self.skipKnownBadTest(msg="Too Slow on pypy", interpreter='pypy')
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        im = hopper("I")
 | 
					        im = hopper("I")
 | 
				
			||||||
        im.point(list(range(256))*256, 'L')
 | 
					        im.point(list(range(256))*256, 'L')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user