Skip to content

Commit 8ce0757

Browse files
committed
Unmark test_bool successful test
1 parent 0bed00e commit 8ce0757

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_bool.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ def test_marshal(self):
279279
self.assertIs(marshal.loads(marshal.dumps(True)), True)
280280
self.assertIs(marshal.loads(marshal.dumps(False)), False)
281281

282-
# TODO: RUSTPYTHON
283-
@unittest.expectedFailure
284282
def test_pickle(self):
285283
import pickle
286284
for proto in range(pickle.HIGHEST_PROTOCOL + 1):

0 commit comments

Comments
 (0)