rougier / freetype-py

Python binding for the freetype library
Other
304 stars 88 forks source link

[ci] fix test-pyinstaller broken after #180 was merged #185

Closed anthrotype closed 7 months ago

anthrotype commented 7 months ago

we need to export FREETYPEPY_BUNDLE_FT to ensure the correct build deps (e.g. cmake) are installed. Also run pytest --pyargs to ensure that the installed freetype is tested, not the one found in the current directory.