diff options
Diffstat (limited to 'app-crypt/certbot/certbot-9999.ebuild')
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 8496941da96c..e54440941505 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -21,11 +21,9 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" - >=app-crypt/acme-1.6.0[${PYTHON_USEDEP}] + >=app-crypt/acme-1.8.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-2.8[${PYTHON_USEDEP}] @@ -36,11 +34,3 @@ RDEPEND=" dev-python/pytz[${PYTHON_USEDEP}] dev-python/zope-component[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_prepare_all() { - # required as deps of deps can trigger this too... - echo ' ignore:.*collections\.abc:DeprecationWarning' >> ../pytest.ini - distutils-r1_python_prepare_all -} |