We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d7c11 commit 8cdc9c9Copy full SHA for 8cdc9c9
Lib/test/test_httplib.py
@@ -1780,8 +1780,6 @@ def test_networked_bad_cert(self):
1780
h.request('GET', '/')
1781
self.assertEqual(exc_info.exception.reason, 'CERTIFICATE_VERIFY_FAILED')
1782
1783
- # TODO: RUSTPYTHON
1784
- @unittest.expectedFailure
1785
@unittest.skipIf(sys.platform == 'darwin', 'Occasionally success on macOS')
1786
def test_local_unknown_cert(self):
1787
# The custom cert isn't known to the default trust bundle
0 commit comments