diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-02 16:31:51 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-02 16:31:51 +0200 |
commit | 501c67c736f1cb5fe0ed0f1360c7cf4568931b50 (patch) | |
tree | 2de3699aedc30ad98c3006fa1f397993b17fe7d1 /net-im/yowsup | |
parent | x11-misc/xflux-gui: drop old version (diff) | |
download | gentoo-501c67c736f1cb5fe0ed0f1360c7cf4568931b50.tar.gz gentoo-501c67c736f1cb5fe0ed0f1360c7cf4568931b50.tar.bz2 gentoo-501c67c736f1cb5fe0ed0f1360c7cf4568931b50.zip |
net-im/yowsup: disable tests
Closes: https://bugs.gentoo.org/799815
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/yowsup')
-rw-r--r-- | net-im/yowsup/yowsup-3.2.3_p20190905.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild index 81095806d6b0..05be23ec4c12 100644 --- a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild +++ b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild @@ -19,6 +19,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" +# This package contains no-op tests, so they actually cannot be run +RESTRICT="test" + RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/configargparse[${PYTHON_USEDEP}] |