Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/psautohint/
Date: Sun, 03 Oct 2021 22:55:36
Message-Id: 1633301305.bad291cb81735352fc59051d381930e923e34971.Alessandro-Barbieri@gentoo
1 commit: bad291cb81735352fc59051d381930e923e34971
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 3 22:48:25 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 3 22:48:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bad291cb
7
8 dev-util/psautohint: deselect another test
9
10 Closes: https://bugs.gentoo.org/801028
11 Package-Manager: Portage-3.0.26, 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 325ca9894..ba1cda307 100644
19 --- a/dev-util/psautohint/psautohint-2.3.0.ebuild
20 +++ b/dev-util/psautohint/psautohint-2.3.0.ebuild
21 @@ -76,5 +76,6 @@ python_test() {
22 --deselect tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/CJKSparseVar.subset.hinted.otf] \
23 --deselect tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/bug816.hinted.otf] \
24 --deselect tests/integration/test_cli.py::test_multi_outpath \
25 + --deselect tests/integration/test_cli.py::test_multi_different_formats \
26 || die
27 }