There was an error while loading. Please reload this page.
1 parent 4c23e5c commit f19081fCopy full SHA for f19081f
2 files changed
.github/workflows/ci.yaml
@@ -106,7 +106,6 @@ env:
106
test_weakref
107
test_yield_from
108
ENV_POLLUTING_TESTS_COMMON: >-
109
- test_ssl
110
test_threading
111
ENV_POLLUTING_TESTS_LINUX: >-
112
test.test_concurrent_futures.test_thread_pool
Lib/test/test_ssl.py
@@ -4299,10 +4299,6 @@ def cb_returning_alert(ssl_sock, server_name, initial_context):
4299
sni_name='supermessage')
4300
self.assertEqual(cm.exception.reason, 'TLSV1_ALERT_ACCESS_DENIED')
4301
4302
- @unittest.skipIf(
4303
- 'RUSTPYTHON_SKIP_ENV_POLLUTERS' in os.environ,
4304
- "TODO: RUSTPYTHON environment pollution when running rustpython -m test --fail-env-changed due to unraisable exception"
4305
- )
4306
@unittest.expectedFailure # TODO: RUSTPYTHON
4307
def test_sni_callback_raising(self):
4308
# Raising fails the connection with a TLS handshake failure alert.
0 commit comments