mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Use pytest.param for consistency
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									aa5d67e492
								
							
						
					
					
						commit
						0ec3d3ec2c
					
				| 
						 | 
				
			
			@ -35,7 +35,7 @@ def test_sanity():
 | 
			
		|||
@pytest.fixture(
 | 
			
		||||
    scope="module",
 | 
			
		||||
    params=[
 | 
			
		||||
        ImageFont.Layout.BASIC,
 | 
			
		||||
        pytest.param(ImageFont.Layout.BASIC),
 | 
			
		||||
        pytest.param(ImageFont.Layout.RAQM, marks=skip_unless_feature("raqm")),
 | 
			
		||||
    ],
 | 
			
		||||
)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user