From b111fe7c378b9bac95f06beb189ab7de06d0bc31 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 6 Jul 2021 03:07:33 +0200 Subject: [PATCH] dev-util/psautohint: deselect failing test Closes: https://bugs.gentoo.org/800629 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-util/psautohint/psautohint-2.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/psautohint/psautohint-2.3.0.ebuild b/dev-util/psautohint/psautohint-2.3.0.ebuild index 90713fbb32..325ca98946 100644 --- a/dev-util/psautohint/psautohint-2.3.0.ebuild +++ b/dev-util/psautohint/psautohint-2.3.0.ebuild @@ -75,5 +75,6 @@ python_test() { --deselect tests/integration/test_hint.py::test_hashmap_old_version \ --deselect tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/CJKSparseVar.subset.hinted.otf] \ --deselect tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/bug816.hinted.otf] \ + --deselect tests/integration/test_cli.py::test_multi_outpath \ || die }