Skip to content

Commit 8cdc9c9

Browse files
committed
fix httplib
1 parent 75d7c11 commit 8cdc9c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_httplib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,8 +1780,6 @@ def test_networked_bad_cert(self):
17801780
h.request('GET', '/')
17811781
self.assertEqual(exc_info.exception.reason, 'CERTIFICATE_VERIFY_FAILED')
17821782

1783-
# TODO: RUSTPYTHON
1784-
@unittest.expectedFailure
17851783
@unittest.skipIf(sys.platform == 'darwin', 'Occasionally success on macOS')
17861784
def test_local_unknown_cert(self):
17871785
# The custom cert isn't known to the default trust bundle

0 commit comments

Comments
 (0)