diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-07-28 11:39:57 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-07-29 06:48:50 +0200 |
commit | ee3b8fe16f053b37cb40f426c98cc2095872ae5d (patch) | |
tree | 1a4a1c2a77bd0bb1736747b487a7be7e1bbd5ff2 /app-crypt | |
parent | dev-ruby/gist: enable ruby31 (diff) | |
download | gentoo-ee3b8fe16f053b37cb40f426c98cc2095872ae5d.tar.gz gentoo-ee3b8fe16f053b37cb40f426c98cc2095872ae5d.tar.bz2 gentoo-ee3b8fe16f053b37cb40f426c98cc2095872ae5d.zip |
app-crypt/acme-tiny: restrict tests and explain why
Closes: https://bugs.gentoo.org/795534
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild index d1dbadc05430..11801bcbdbfe 100644 --- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild @@ -24,6 +24,9 @@ IUSE="" DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" RDEPEND="dev-libs/openssl:0" +# Tests require a local ACME server to be set up. +RESTRICT="test" + pkg_setup() { if [[ ${PV} != 9999 ]]; then export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" |