commit: 72c3a6d7179d9b18b8681a958a86af95889e6d88 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Oct 21 08:20:45 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Oct 21 08:23:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=72c3a6d7
SlotOperatorRuntimePkgMaskTestCase: increase --backtrack to 14 Hopefully this solves an occasional travis-ci test failure, since the increase to 13 in c510f715b748 did not solve it. Curiously, both observed failures were with python3.5. See: https://travis-ci.org/gentoo/portage/jobs/600277643 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4a028def3..affe33f89 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 @@ -110,7 +110,7 @@ class SlotOperatorRuntimePkgMaskTestCase(TestCase): ResolverPlaygroundTestCase( ["=app-misc/meta-pkg-2"], options = { - "--backtrack": 13, + "--backtrack": 14, }, success = True, ambiguous_merge_order = True,
