summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/repoman/test_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/repoman/test_simple.py')
-rw-r--r--pym/portage/tests/repoman/test_simple.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests/repoman/test_simple.py
index 3643ff2d7..eab06d9b8 100644
--- a/pym/portage/tests/repoman/test_simple.py
+++ b/pym/portage/tests/repoman/test_simple.py
@@ -196,6 +196,10 @@ class SimpleRepomanTestCase(TestCase):
"PYTHONPATH" : pythonpath,
}
+ if os.environ.get("SANDBOX_ON") == "1":
+ # avoid problems from nested sandbox instances
+ env["FEATURES"] = "-sandbox"
+
dirs = [homedir, license_dir, profiles_dir, distdir]
try:
for d in dirs: