Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/psautohint/
Date: Wed, 07 Jul 2021 14:02:18
Message-Id: 1625533694.b111fe7c378b9bac95f06beb189ab7de06d0bc31.flow@gentoo
1 commit: b111fe7c378b9bac95f06beb189ab7de06d0bc31
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 6 01:07:33 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 01:08:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b111fe7c
7
8 dev-util/psautohint: deselect failing test
9
10 Closes: https://bugs.gentoo.org/800629
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-util/psautohint/psautohint-2.3.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-util/psautohint/psautohint-2.3.0.ebuild b/dev-util/psautohint/psautohint-2.3.0.ebuild
18 index 90713fbb3..325ca9894 100644
19 --- a/dev-util/psautohint/psautohint-2.3.0.ebuild
20 +++ b/dev-util/psautohint/psautohint-2.3.0.ebuild
21 @@ -75,5 +75,6 @@ python_test() {
22 --deselect tests/integration/test_hint.py::test_hashmap_old_version \
23 --deselect tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/CJKSparseVar.subset.hinted.otf] \
24 --deselect tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/bug816.hinted.otf] \
25 + --deselect tests/integration/test_cli.py::test_multi_outpath \
26 || die
27 }