summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-04 09:33:27 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-04 09:39:49 -0500
commit5f69e159cf650a30df1b4e8f144d1e26d32540bd (patch)
tree0d02b5c3e236d59f2e0b42de779a44b84465ed21 /app-crypt/certbot/certbot-9999.ebuild
parentapp-crypt/acme: 0.33.0 bump (diff)
downloadgentoo-5f69e159cf650a30df1b4e8f144d1e26d32540bd.tar.gz
gentoo-5f69e159cf650a30df1b4e8f144d1e26d32540bd.tar.bz2
gentoo-5f69e159cf650a30df1b4e8f144d1e26d32540bd.zip
app-crypt/certbot: 0.33.0 bump - fixes tests as well
Fixes: https://bugs.gentoo.org/682440 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot/certbot-9999.ebuild')
-rw-r--r--app-crypt/certbot/certbot-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
index 1c019d37388a..48d3f1039d4c 100644
--- a/app-crypt/certbot/certbot-9999.ebuild
+++ b/app-crypt/certbot/certbot-9999.ebuild
@@ -42,5 +42,7 @@ DEPEND="
)"
python_test() {
+ # acme is not installed, removing it here is fine, the dir just confuses tests
+ rm -R acme
pytest -vv ${PN} || die
}