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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79368158086 for ; Thu, 23 Dec 2021 02:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE726E07D9; Thu, 23 Dec 2021 02:18:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8433EE07D3 for ; Thu, 23 Dec 2021 02:18:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47274342ECA for ; Thu, 23 Dec 2021 02:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4910261 for ; Thu, 23 Dec 2021 02:18:23 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1640225756.9f6f25596a2ca526bde7041c64d1d5d9cf45701e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-digitalocean/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild X-VCS-Directories: app-crypt/certbot-dns-digitalocean/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9f6f25596a2ca526bde7041c64d1d5d9cf45701e X-VCS-Branch: dev Date: Thu, 23 Dec 2021 02:18:23 +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: 97f1ac03-b6b2-4d4f-b1f7-8e81c2cc66f3 X-Archives-Hash: b582b17baae07b8a14aa17745cfd483b commit: 9f6f25596a2ca526bde7041c64d1d5d9cf45701e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Dec 23 02:15:37 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Dec 23 02:15:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f6f2559 app-crypt/certbot-dns-digitalocean: enable pytest Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild b/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild index 3926dd913..2b8b0c4be 100644 --- a/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild +++ b/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild @@ -16,8 +16,6 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -RESTRICT="test" - RDEPEND=" ~app-crypt/certbot-${PV}[${PYTHON_USEDEP}] >=dev-python/digitalocean-1.11[${PYTHON_USEDEP}] @@ -26,4 +24,4 @@ RDEPEND=" distutils_enable_sphinx docs dev-python/sphinx_rtd_theme -distutils_enable_tests unittest +distutils_enable_tests pytest