summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/tests/resolver/test_eapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/tests/resolver/test_eapi.py b/pym/portage/tests/resolver/test_eapi.py
index 4d67c2bf4..76cea568d 100644
--- a/pym/portage/tests/resolver/test_eapi.py
+++ b/pym/portage/tests/resolver/test_eapi.py
@@ -92,6 +92,7 @@ class EAPITestCase(TestCase):
ResolverPlaygroundTestCase(["=dev-libs/A-5.1"], success = False),
ResolverPlaygroundTestCase(["=dev-libs/A-5.2"], success = False),
ResolverPlaygroundTestCase(["=dev-libs/A-5.3"], success = False),
+ # not implemented: EAPI-4: slot operator deps
#~ ResolverPlaygroundTestCase(["=dev-libs/A-5.4"], success = True, mergelist = ["dev-libs/B-1", "dev-libs/A-5.4"]),
ResolverPlaygroundTestCase(["=dev-libs/A-6.0"], success = False),