aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/portage/tests/resolver/test_circular_choices_rust.py')
-rw-r--r--lib/portage/tests/resolver/test_circular_choices_rust.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/portage/tests/resolver/test_circular_choices_rust.py b/lib/portage/tests/resolver/test_circular_choices_rust.py
index 50c6e24f7..0c479ce85 100644
--- a/lib/portage/tests/resolver/test_circular_choices_rust.py
+++ b/lib/portage/tests/resolver/test_circular_choices_rust.py
@@ -10,7 +10,6 @@ from portage.tests.resolver.ResolverPlayground import (
class CircularRustTestCase(TestCase):
def testCircularPypyExe(self):
-
ebuilds = {
"dev-lang/rust-1.47.0-r2": {
"EAPI": "7",
@@ -43,7 +42,7 @@ class CircularRustTestCase(TestCase):
# when a package would replace its own builtime dependency.
# This needs to be tested with and without --update, since
# that affects package selection logic significantly,
- # expecially for packages given as arguments.
+ # especially for packages given as arguments.
ResolverPlaygroundTestCase(
["=dev-lang/rust-1.46*"],
mergelist=["dev-lang/rust-1.46.0"],