From 9f6f25596a2ca526bde7041c64d1d5d9cf45701e Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 23 Dec 2021 07:15:37 +0500 Subject: [PATCH] app-crypt/certbot-dns-digitalocean: enable pytest Signed-off-by: Anna (cybertailor) Vyalkova --- .../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 3926dd913c..2b8b0c4be7 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