mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Replaced test image to fix xfail
This commit is contained in:
		
							parent
							
								
									18e1005fbf
								
							
						
					
					
						commit
						3bce17175c
					
				
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 58 B After Width: | Height: | Size: 198 B  | 
| 
						 | 
					@ -51,7 +51,6 @@ class TestDecompressionBomb:
 | 
				
			||||||
            with Image.open(TEST_FILE):
 | 
					            with Image.open(TEST_FILE):
 | 
				
			||||||
                pass
 | 
					                pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @pytest.mark.xfail(reason="different exception")
 | 
					 | 
				
			||||||
    def test_exception_ico(self):
 | 
					    def test_exception_ico(self):
 | 
				
			||||||
        with pytest.raises(Image.DecompressionBombError):
 | 
					        with pytest.raises(Image.DecompressionBombError):
 | 
				
			||||||
            with Image.open("Tests/images/decompression_bomb.ico"):
 | 
					            with Image.open("Tests/images/decompression_bomb.ico"):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user