Skip to content

Commit 0ec3d3e

Browse files
nulanohugovk
andauthored
Use pytest.param for consistency
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent aa5d67e commit 0ec3d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_imagefont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_sanity():
3535
@pytest.fixture(
3636
scope="module",
3737
params=[
38-
ImageFont.Layout.BASIC,
38+
pytest.param(ImageFont.Layout.BASIC),
3939
pytest.param(ImageFont.Layout.RAQM, marks=skip_unless_feature("raqm")),
4040
],
4141
)

0 commit comments

Comments
 (0)