summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-11-24 19:54:22 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-11-24 20:06:54 -0500
commit8ef4540b450588c32a0c5716b7a11beef7eaf02e (patch)
tree8cabe45daa5b41df5cc8d3ba16230c3eec93ef45 /net-im/qtox
parentdev-python/redis-py: Keyword 4.0.2 arm, #826690 (diff)
downloadgentoo-8ef4540b450588c32a0c5716b7a11beef7eaf02e.tar.gz
gentoo-8ef4540b450588c32a0c5716b7a11beef7eaf02e.tar.bz2
gentoo-8ef4540b450588c32a0c5716b7a11beef7eaf02e.zip
net-im/qtox: skip network tests
This was already done in the -9999 ebuild, so just copying the src_test() over in this version. Closes: https://bugs.gentoo.org/827209 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-im/qtox')
-rw-r--r--net-im/qtox/qtox-1.17.3.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/qtox/qtox-1.17.3.ebuild b/net-im/qtox/qtox-1.17.3.ebuild
index c43dea81fae1..e348e8299f49 100644
--- a/net-im/qtox/qtox-1.17.3.ebuild
+++ b/net-im/qtox/qtox-1.17.3.ebuild
@@ -80,3 +80,8 @@ src_configure() {
cmake_src_configure
}
+
+src_test() {
+ # The excluded tests require network access.
+ cmake_src_test -E "test_(bsu|core)"
+}