this should allow to run the basic test suite against the dependency-less core of fonttools library
4 lines
55 B
Python
4 lines
55 B
Python
import pytest
|
|
|
|
pytest.importorskip("fontTools.ufoLib")
|