From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF5B1158019 for ; Sun, 3 Oct 2021 22:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B490E0885; Sun, 3 Oct 2021 22:55:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 834FBE0885 for ; Sun, 3 Oct 2021 22:55:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47B97342F3B for ; Sun, 3 Oct 2021 22:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D5C12F for ; Sun, 3 Oct 2021 22:55:32 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633301305.bad291cb81735352fc59051d381930e923e34971.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/psautohint/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/psautohint/psautohint-2.3.0.ebuild X-VCS-Directories: dev-util/psautohint/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: bad291cb81735352fc59051d381930e923e34971 X-VCS-Branch: dev Date: Sun, 3 Oct 2021 22:55:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07b8646f-5e84-45ad-b8a2-f673aa169db8 X-Archives-Hash: 24f37627f9205a6a4631ba523d09d341 commit: bad291cb81735352fc59051d381930e923e34971 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Oct 3 22:48:25 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Oct 3 22:48:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bad291cb dev-util/psautohint: deselect another test Closes: https://bugs.gentoo.org/801028 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> 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 325ca9894..ba1cda307 100644 --- a/dev-util/psautohint/psautohint-2.3.0.ebuild +++ b/dev-util/psautohint/psautohint-2.3.0.ebuild @@ -76,5 +76,6 @@ python_test() { --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 \ + --deselect tests/integration/test_cli.py::test_multi_different_formats \ || die }