10000 fix test_future_stmt · RustPython/RustPython@4ecf8e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ecf8e4

Browse files
committed
fix test_future_stmt
1 parent 29840b9 commit 4ecf8e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_future_stmt/test_future.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,6 @@ def foo():
442442
def bar(arg: (yield)): pass
443443
"""))
444444

445-
# TODO: RUSTPYTHON
446-
@unittest.expectedFailure
447445
def test_get_type_hints_on_func_with_variadic_arg(self):
448446
# `typing.get_type_hints` might break on a function with a variadic
449447
# annotation (e.g. `f(*args: *Ts)`) if `from __future__ import

0 commit comments

Comments
 (0)
0