We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec6235 commit 8afe853Copy full SHA for 8afe853
Lib/test/test_future.py
@@ -374,8 +374,6 @@ def test_annotation_with_complex_target(self):
374
"object.__debug__: int"
375
)
376
377
- # TODO: RUSTPYTHON
378
- @unittest.expectedFailure
379
def test_annotations_symbol_table_pass(self):
380
namespace = self._exec_future(dedent("""
381
from __future__ import annotations
0 commit comments