From d4fd5d6eb1c8a749305930f1d8b71b6d1bdbcc67 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 29 Sep 2020 10:04:25 +0100 Subject: [PATCH] requirements.txt: don't install skia-pathops on pypy we don't have pre-compiled wheels for pypy. The tests will be skipped --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 608e8677f..628f489f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ scipy==1.5.2; platform_python_implementation != "PyPy" munkres==1.1.2; platform_python_implementation == "PyPy" zopfli==0.1.6 fs==2.4.11 -skia-pathops==0.4.2 +skia-pathops==0.4.2; platform_python_implementation != "PyPy" # this is only required to run Tests/cu2qu/{ufo,cli}_test.py ufoLib2==0.6.2