forked from Rust-related/RustPython
Merge pull request #4510 from DimitrisJim/unexpected_success
Fix unexpected success in test_future.
This commit is contained in:
2
Lib/test/test_future.py
vendored
2
Lib/test/test_future.py
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user