aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-07-06 03:07:33 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-07-06 03:08:14 +0200
commitb111fe7c378b9bac95f06beb189ab7de06d0bc31 (patch)
tree8f8441f5d245f57506cbcafb4890981dca3e6879
parentapp-accessibility/speakup-tools: initial import (diff)
downloadguru-b111fe7c378b9bac95f06beb189ab7de06d0bc31.tar.gz
guru-b111fe7c378b9bac95f06beb189ab7de06d0bc31.tar.bz2
guru-b111fe7c378b9bac95f06beb189ab7de06d0bc31.zip
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 <lssndrbarbieri@gmail.com>
-rw-r--r--dev-util/psautohint/psautohint-2.3.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/psautohint/psautohint-2.3.0.ebuild b/dev-util/psautohint/psautohint-2.3.0.ebuild
index 90713fbb3..325ca9894 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
}