mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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(
|
@pytest.fixture(
|
||||||
scope="module",
|
scope="module",
|
||||||
params=[
|
params=[
|
||||||
ImageFont.Layout.BASIC,
|
pytest.param(ImageFont.Layout.BASIC),
|
||||||
pytest.param(ImageFont.Layout.RAQM, marks=skip_unless_feature("raqm")),
|
pytest.param(ImageFont.Layout.RAQM, marks=skip_unless_feature("raqm")),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user