python3Packages.afdko: update tests for ufonormalizer-0.6.1

Upstream confirmed test failure is benign and needs to update test
output by removing files. Let's unbreak staging-next my removing files.

Closes: https://github.com/NixOS/nixpkgs/issues/141423
This commit is contained in:
Sergei Trofimovich 2021-10-19 16:48:11 +01:00
parent 3bd85fa720
commit 016b0a423a

View File

@ -58,7 +58,13 @@ buildPythonPackage rec {
# https://github.com/adobe-type-tools/afdko/issues/1216
doCheck = stdenv.isx86_64;
checkInputs = [ pytestCheckHook ];
preCheck = "export PATH=$PATH:$out/bin";
preCheck = ''
export PATH=$PATH:$out/bin
# Update tests to match ufinormalizer-0.6.1 expectations:
# https://github.com/adobe-type-tools/afdko/issues/1418
find tests -name layerinfo.plist -delete
'';
disabledTests = [
# Disable slow tests, reduces test time ~25 %
"test_report"