diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py index dfd4c06441..5cbf297095 100644 --- a/Lib/test/test_future.py +++ b/Lib/test/test_future.py @@ -374,8 +374,6 @@ class AnnotationsFutureTestCase(unittest.TestCase): "object.__debug__: int" ) - # TODO: RUSTPYTHON - @unittest.expectedFailure def test_annotations_symbol_table_pass(self): namespace = self._exec_future(dedent(""" from __future__ import annotations