tfont
tfont copied to clipboard
Tests fail because ufoLib2 doesn't pull the fs dependency in
Which is weird, becaus pip installing ufoLib2 in a fresh venv does. Tox doesn't seem to pick up that it depends on fonttools[ufo,lxml]
?!
Seems to be a known problem: https://github.com/pypa/pip/issues/6239.
So I guess one can work around this by specifying the implicit dependencies explicitly or going the requirements.txt route?