summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/resolver/test_old_dep_chain_display.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/resolver/test_old_dep_chain_display.py')
-rw-r--r--pym/portage/tests/resolver/test_old_dep_chain_display.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/tests/resolver/test_old_dep_chain_display.py b/pym/portage/tests/resolver/test_old_dep_chain_display.py
index 57f1ff184..8aedf5999 100644
--- a/pym/portage/tests/resolver/test_old_dep_chain_display.py
+++ b/pym/portage/tests/resolver/test_old_dep_chain_display.py
@@ -18,9 +18,11 @@ class OldDepChainDisplayTestCase(TestCase):
test_cases = (
ResolverPlaygroundTestCase(
["=dev-libs/A-1"],
+ options = { "--autounmask": 'n' },
success = False),
ResolverPlaygroundTestCase(
["=dev-libs/A-2"],
+ options = { "--autounmask": 'n' },
success = False),
)