Skip to content

Skip test if FreeType is not available#9540

Merged
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:freetype
Apr 5, 2026
Merged

Skip test if FreeType is not available#9540
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:freetype

Conversation

@radarhere
Copy link
Copy Markdown
Member

#9483 removed @skip_unless_feature_version("freetype2", "2.12.0") from a test, but if you look at 6ab139e#diff-eefa1cdb86316aefaebe9171a7b6ff23dc6cf985baf21d91fa1586d86b911f23, you will see that before requiring a specific FreeType version, the test still required FreeType.

Indeed, if I run the test suite without FreeType installed, the test fails - https://github.com/radarhere/Pillow/actions/runs/23995420625/job/69982565896#step:13:2915

So this PR updates the test to require FreeType again.

@hugovk hugovk merged commit f5ab7bb into python-pillow:main Apr 5, 2026
52 checks passed
@radarhere radarhere deleted the freetype branch April 5, 2026 11:54
@radarhere radarhere mentioned this pull request Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants