mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	_webp not needed in this file
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									2d5e479bcc
								
							
						
					
					
						commit
						f43efb0aec
					
				| 
						 | 
					@ -1,11 +1,9 @@
 | 
				
			||||||
from io import BytesIO
 | 
					from io import BytesIO
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import pytest
 | 
					 | 
				
			||||||
from PIL import Image
 | 
					from PIL import Image
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .helper import skip_unless_feature
 | 
					from .helper import skip_unless_feature
 | 
				
			||||||
 | 
					
 | 
				
			||||||
_webp = pytest.importorskip("PIL._webp", reason="WebP support not installed")
 | 
					 | 
				
			||||||
pytestmark = [
 | 
					pytestmark = [
 | 
				
			||||||
    skip_unless_feature("webp"),
 | 
					    skip_unless_feature("webp"),
 | 
				
			||||||
    skip_unless_feature("webp_mux"),
 | 
					    skip_unless_feature("webp_mux"),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user