We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdee951 commit bd133fdCopy full SHA for bd133fd
1 file changed
Lib/test/test_functools.py
@@ -2930,8 +2930,6 @@ def f(arg):
2930
with self.assertRaisesRegex(TypeError, "Invalid first argument to "):
2931
f.register(typing.List[int] | str)
2932
2933
- # TODO: RUSTPYTHON
2934
- @unittest.expectedFailure
2935
def test_register_genericalias_annotation(self):
2936
@functools.singledispatch
2937
def f(arg):
0 commit comments