Skip to content

Commit cef2a41

Browse files
committed
Remove @unittest.expectedFailure annotation
1 parent 555f749 commit cef2a41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_bool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def test_convert(self):
171171
self.assertIs(bool(), False)
172172

173173
# TODO: RUSTPYTHON
174-
@unittest.expectedFailure
175174
def test_keyword_args(self):
176175
with self.assertRaisesRegex(TypeError, 'keyword argument'):
177176
bool(x=10)

0 commit comments

Comments
 (0)