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 A09E9158086 for ; Sat, 9 Oct 2021 20:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1EE7E07DB; Sat, 9 Oct 2021 20:06:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BC3A5E07DB for ; Sat, 9 Oct 2021 20:06:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 601C7342FC0 for ; Sat, 9 Oct 2021 20:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E122D143 for ; Sat, 9 Oct 2021 20:06:12 +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: <1633808800.35af9ab6a485a1910352a39c6d5d2303585d7bb1.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pg8000/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pg8000/pg8000-1.21.2.ebuild X-VCS-Directories: dev-python/pg8000/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 35af9ab6a485a1910352a39c6d5d2303585d7bb1 X-VCS-Branch: dev Date: Sat, 9 Oct 2021 20:06:12 +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: 3a06394b-eea8-4736-8c14-64ac16500f5e X-Archives-Hash: c51e5d96626c47b3440289159e4cd766 commit: 35af9ab6a485a1910352a39c6d5d2303585d7bb1 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 9 19:46:40 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Oct 9 19:46:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35af9ab6 dev-python/pg8000: deselect failing test Closes: https://bugs.gentoo.org/817176 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pg8000/pg8000-1.21.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pg8000/pg8000-1.21.2.ebuild b/dev-python/pg8000/pg8000-1.21.2.ebuild index 9740bae0b..b1dd4c8b2 100644 --- a/dev-python/pg8000/pg8000-1.21.2.ebuild +++ b/dev-python/pg8000/pg8000-1.21.2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +EPYTEST_DESELECT=( "test/native/test_typeconversion.py" ) PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1