mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Remove test_ssl from list of polluters
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -106,7 +106,6 @@ env:
|
||||
test_weakref
|
||||
test_yield_from
|
||||
ENV_POLLUTING_TESTS_COMMON: >-
|
||||
test_ssl
|
||||
test_threading
|
||||
ENV_POLLUTING_TESTS_LINUX: >-
|
||||
test.test_concurrent_futures.test_thread_pool
|
||||
|
||||
4
Lib/test/test_ssl.py
vendored
4
Lib/test/test_ssl.py
vendored
@@ -4299,10 +4299,6 @@ class ThreadedTests(unittest.TestCase):
|
||||
sni_name='supermessage')
|
||||
self.assertEqual(cm.exception.reason, 'TLSV1_ALERT_ACCESS_DENIED')
|
||||
|
||||
@unittest.skipIf(
|
||||
'RUSTPYTHON_SKIP_ENV_POLLUTERS' in os.environ,
|
||||
"TODO: RUSTPYTHON environment pollution when running rustpython -m test --fail-env-changed due to unraisable exception"
|
||||
)
|
||||
@unittest.expectedFailure # TODO: RUSTPYTHON
|
||||
def test_sni_callback_raising(self):
|
||||
# Raising fails the connection with a TLS handshake failure alert.
|
||||
|
||||
Reference in New Issue
Block a user