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 A68B313933E for ; Tue, 6 Jul 2021 01:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6AD8E0A8E; Tue, 6 Jul 2021 01:08:18 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1DC0E0A8E for ; Tue, 6 Jul 2021 01:08:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DE98342B1B for ; Tue, 6 Jul 2021 01:08:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E63C797 for ; Tue, 6 Jul 2021 01:08:16 +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: <1625533694.b111fe7c378b9bac95f06beb189ab7de06d0bc31.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: b111fe7c378b9bac95f06beb189ab7de06d0bc31 X-VCS-Branch: dev Date: Tue, 6 Jul 2021 01:08:16 +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: a664ddc3-6cc8-445d-b2f3-bf65630efbe3 X-Archives-Hash: 62f8cd26c76dfbcd0ebc11aa5f1c7a59 commit: b111fe7c378b9bac95f06beb189ab7de06d0bc31 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jul 6 01:07:33 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Jul 6 01:08:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b111fe7c 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 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 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 }