Skip to content

Commit 2815f3d

Browse files
committed
Unmark passing test
1 parent d516afb commit 2815f3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_exceptions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,8 +1923,6 @@ def test_non_str_argument(self):
19231923
exc = ImportError(arg)
19241924
self.assertEqual(str(arg), str(exc))
19251925

1926-
# TODO: RUSTPYTHON
1927-
@unittest.expectedFailure
19281926
def test_copy_pickle(self):
19291927
for kwargs in (dict(),
19301928
dict(name='somename'),

0 commit comments

Comments
 (0)