commit: c510f715b748a604c47fb78ed4796bf0391bcfdd Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 03:34:07 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 03:35:48 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c510f715
SlotOperatorRuntimePkgMaskTestCase: increase --backtrack to 13 Hopefully this solves an occasional travis-ci test failure like this: AssertionError: False != True : atoms: (=app-misc/meta-pkg-2), key: slot_collision_solutions, expected: None, got: [] atoms: (=app-misc/meta-pkg-2), key: success, expected: True, got: False See: https://travis-ci.org/gentoo/portage/jobs/585109030 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py b/lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py index f8b53e2b5..4a028def3 100644 --- a/lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py +++ b/lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py @@ -1,4 +1,4 @@ -# Copyright 2017 Gentoo Foundation +# Copyright 2017-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from portage.tests import TestCase @@ -110,7 +110,7 @@ class SlotOperatorRuntimePkgMaskTestCase(TestCase): ResolverPlaygroundTestCase( ["=app-misc/meta-pkg-2"], options = { - "--backtrack": 12, + "--backtrack": 13, }, success = True, ambiguous_merge_order = True,
