mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Update Tests/test_file_apng.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									9ed8ca1494
								
							
						
					
					
						commit
						32bfee030b
					
				| 
						 | 
					@ -266,6 +266,7 @@ def test_apng_chunk_errors():
 | 
				
			||||||
    with pytest.warns(UserWarning):
 | 
					    with pytest.warns(UserWarning):
 | 
				
			||||||
        with Image.open("Tests/images/apng/chunk_multi_actl.png") as im:
 | 
					        with Image.open("Tests/images/apng/chunk_multi_actl.png") as im:
 | 
				
			||||||
            im.load()
 | 
					            im.load()
 | 
				
			||||||
 | 
					        assert not im.is_animated
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    with Image.open("Tests/images/apng/chunk_actl_after_idat.png") as im:
 | 
					    with Image.open("Tests/images/apng/chunk_actl_after_idat.png") as im:
 | 
				
			||||||
        assert not im.is_animated
 | 
					        assert not im.is_animated
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user