We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5d67e commit 0ec3d3eCopy full SHA for 0ec3d3e
Tests/test_imagefont.py
@@ -35,7 +35,7 @@ def test_sanity():
35
@pytest.fixture(
36
scope="module",
37
params=[
38
- ImageFont.Layout.BASIC,
+ pytest.param(ImageFont.Layout.BASIC),
39
pytest.param(ImageFont.Layout.RAQM, marks=skip_unless_feature("raqm")),
40
],
41
)
0 commit comments