Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test_future_stmt
  • Loading branch information
arihant2math committed Apr 18, 2025
commit a8996ee7768294a0b49afb1e11f39a50c1e23e2c
2 changes: 0 additions & 2 deletions Lib/test/test_future_stmt/test_future.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,6 @@ def foo():
def bar(arg: (yield)): pass
"""))

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