Merge pull request #257876 from SuperSandro2000/fonttools-smaller

python3Packages.fonttools: remove interpolatable feature from tests
This commit is contained in:
Nick Cao 2024-01-14 14:40:03 -05:00 committed by GitHub
commit dee9768dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
] ++ lib.concatLists (lib.attrVals ([ ] ++ lib.concatLists (lib.attrVals ([
"woff" "woff"
"interpolatable" # "interpolatable" is not included because it only contains 2 tests at the time of writing but adds 270 extra dependencies
"ufo" "ufo"
] ++ lib.optionals (!skia-pathops.meta.broken) [ ] ++ lib.optionals (!skia-pathops.meta.broken) [
"pathops" # broken "pathops" # broken