mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user