Merge pull request #2110 from verbosus/pyobjc

Optionally install PyObjC if on macOS test env
This commit is contained in:
Cosimo Lupo 2020-11-20 13:16:26 +00:00 committed by GitHub
commit 26d06342f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,4 @@ fs==2.4.11
skia-pathops==0.5.1.post1; platform_python_implementation != "PyPy"
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
ufoLib2==0.6.2
pyobjc==6.2.2; sys_platform == "darwin"