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 18EBC158086 for ; Sat, 9 Oct 2021 20:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6465DE0828; Sat, 9 Oct 2021 20:06:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1555E0828 for ; Sat, 9 Oct 2021 20:06:16 +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 96F8F342FDC for ; Sat, 9 Oct 2021 20:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 138D7145 for ; Sat, 9 Oct 2021 20:06:13 +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: <1633809505.653957d3c6badc4f0d847ed1c0eb3d0d07357d0b.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild X-VCS-Directories: dev-python/psycopg2cffi/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 653957d3c6badc4f0d847ed1c0eb3d0d07357d0b X-VCS-Branch: dev Date: Sat, 9 Oct 2021 20:06:13 +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: 50dfdbac-6b75-45e7-b4b2-f9d8dd1f54a7 X-Archives-Hash: 89d7fe4c322bb75b5c7999f4d02f1775 commit: 653957d3c6badc4f0d847ed1c0eb3d0d07357d0b Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 9 19:58:25 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Oct 9 19:58:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=653957d3 dev-python/psycopg2cffi: enable tests Closes: https://bugs.gentoo.org/817194 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild index 356c12ae7..27f0fe3c5 100644 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild @@ -19,7 +19,9 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" - dev-db/postgresql + dev-db/postgresql:* virtual/python-cffi[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" + +distutils_enable_tests pytest