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 3BBEF158086 for ; Thu, 14 Oct 2021 20:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F3F6E0831; Thu, 14 Oct 2021 20:22:23 +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 553B9E0830 for ; Thu, 14 Oct 2021 20:22:23 +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 301243432DD for ; Thu, 14 Oct 2021 20:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BE9B162 for ; Thu, 14 Oct 2021 20:22:19 +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: <1634242936.c9e9afbc0991017b4b38af89e974f784e83c63d7.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.3.ebuild X-VCS-Directories: dev-python/pg8000/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: c9e9afbc0991017b4b38af89e974f784e83c63d7 X-VCS-Branch: dev Date: Thu, 14 Oct 2021 20:22:19 +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: 9568d1b8-53bb-4e67-b6eb-84b760a8c39e X-Archives-Hash: 6eb600abe6e6db7ec60a530238ae5c5c commit: c9e9afbc0991017b4b38af89e974f784e83c63d7 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Oct 14 19:43:05 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Oct 14 20:22:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9e9afbc dev-python/pg8000: disable tests Closes: https://bugs.gentoo.org/818079 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pg8000/pg8000-1.21.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pg8000/pg8000-1.21.3.ebuild b/dev-python/pg8000/pg8000-1.21.3.ebuild index 9740bae0b..cf4f3b41a 100644 --- a/dev-python/pg8000/pg8000-1.21.3.ebuild +++ b/dev-python/pg8000/pg8000-1.21.3.ebuild @@ -30,4 +30,6 @@ DEPEND=" ) " +RESTRICT="test" # tests require a running postgresql + distutils_enable_tests pytest