summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2015-09-28 18:18:27 -0700
committerPatrick McLean <chutzpah@gentoo.org>2015-09-28 18:18:27 -0700
commit0dfbb23391898d0f1f47a7f6007db3fa596488d1 (patch)
treee8fab5e255562f20baa04cfba9b07d5ce37ec1ad /app-admin
parentapp-misc/ca-certificates: rework py3 patch a bit more #561586 (diff)
downloadgentoo-0dfbb23391898d0f1f47a7f6007db3fa596488d1.tar.gz
gentoo-0dfbb23391898d0f1f47a7f6007db3fa596488d1.tar.bz2
gentoo-0dfbb23391898d0f1f47a7f6007db3fa596488d1.zip
app-admin/salt: remove random_org test
This fixes bug #560374, the random_org test does network traffic, which breaks with FEATURES=network-sandbox. Reported-by: Thomas D. <whissi@whissi.de>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/salt/salt-2015.8.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/salt/salt-2015.8.0.ebuild b/app-admin/salt/salt-2015.8.0.ebuild
index e8568efce203..aaf7c84a1f5c 100644
--- a/app-admin/salt/salt-2015.8.0.ebuild
+++ b/app-admin/salt/salt-2015.8.0.ebuild
@@ -89,7 +89,8 @@ PATCHES=(
python_prepare() {
# this test fails because it trys to "pip install distribute"
- rm tests/unit/{modules,states}/zcbuildout_test.py tests/unit/modules/{rh_ip,win_network}_test.py
+ rm tests/unit/{modules,states}/zcbuildout_test.py \
+ tests/unit/modules/{rh_ip,win_network,random_org}_test.py
}
python_install_all() {