aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-09-12 12:40:44 -0700
committerZac Medico <zmedico@gentoo.org>2019-09-12 12:42:37 -0700
commit524aa791f28ffcc1df921d8a8a9c111b7e359099 (patch)
tree4b992b206e834b9a0acacb0cd33a802964e49dff
parentSlotConflictMaskUpdateTestCase: remove todo flag (bug 693242) (diff)
downloadgentoo-portage-524aa791f28ffcc1df921d8a8a9c111b7e359099.tar.xz
gentoo-portage-524aa791f28ffcc1df921d8a8a9c111b7e359099.zip
VirtualCircularChoicesTestCase: remove todo flag (bug 384107)
This test passes since the fix for bug 639346 in commit 09185309aad49b83f29ef94b11318998e520e138. Bug: https://bugs.gentoo.org/384107 Bug: https://bugs.gentoo.org/639346 Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--lib/portage/tests/resolver/test_circular_choices.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/portage/tests/resolver/test_circular_choices.py b/lib/portage/tests/resolver/test_circular_choices.py
index 33b730627..418173689 100644
--- a/lib/portage/tests/resolver/test_circular_choices.py
+++ b/lib/portage/tests/resolver/test_circular_choices.py
@@ -1,4 +1,4 @@
-# Copyright 2011 Gentoo Foundation
+# Copyright 2011-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
from portage.tests import TestCase
@@ -34,9 +34,6 @@ class CircularChoicesTestCase(TestCase):
class VirtualCircularChoicesTestCase(TestCase):
def testDirectVirtualCircularDependency(self):
- # Bug #384107
- self.todo = True
-
ebuilds = {
"dev-java/icedtea-6.1.10.3": { "SLOT" : "6", "DEPEND": "virtual/jdk" },
"dev-java/icedtea6-bin-1.10.3": {},