app-shells/bash-completion: Skip tests relying on networking

Closes: https://bugs.gentoo.org/734072
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-27 11:54:54 +02:00
parent f8991bec6e
commit 03e471cee9
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ src_prepare() {
src_test() {
# portage's HOME override breaks tests
emake check HOME="$(egethome "${UID}")" PYTESTFLAGS="-vv"
emake check HOME="$(egethome "${UID}")" PYTESTFLAGS="-vv" NETWORK=none
}
src_install() {

View File

@@ -99,7 +99,7 @@ src_prepare() {
src_test() {
# portage's HOME override breaks tests
emake check HOME="$(egethome "${UID}")" PYTESTFLAGS="-vv"
emake check HOME="$(egethome "${UID}")" PYTESTFLAGS="-vv" NETWORK=none
}
src_install() {