Skip to content

Commit bd133fd

Browse files
committed
fixup
1 parent bdee951 commit bd133fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_functools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2930,8 +2930,6 @@ def f(arg):
29302930
with self.assertRaisesRegex(TypeError, "Invalid first argument to "):
29312931
f.register(typing.List[int] | str)
29322932

2933-
# TODO: RUSTPYTHON
2934-
@unittest.expectedFailure
29352933
def test_register_genericalias_annotation(self):
29362934
@functools.singledispatch
29372935
def f(arg):

0 commit comments

Comments
 (0)