mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
Merge pull request #208769 from sternenseemann/afdko-in-2023
This commit is contained in:
commit
4afc301193
@ -91,6 +91,10 @@ buildPythonPackage rec {
|
|||||||
"test_spec"
|
"test_spec"
|
||||||
] ++ lib.optionals (stdenv.hostPlatform.isi686) [
|
] ++ lib.optionals (stdenv.hostPlatform.isi686) [
|
||||||
"test_type1mm_inputs"
|
"test_type1mm_inputs"
|
||||||
|
] ++ [
|
||||||
|
# No longer succeeds in 2023
|
||||||
|
# https://github.com/adobe-type-tools/afdko/issues/1589
|
||||||
|
"test_ufo_fontinfo_parsing"
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
|
Loading…
Reference in New Issue
Block a user