diff --git a/tests/ci/integration/python_patch/3.10/aws-lc-cpython.patch b/tests/ci/integration/python_patch/3.10/aws-lc-cpython.patch index 4db096d8b54..03de228b0dc 100644 --- a/tests/ci/integration/python_patch/3.10/aws-lc-cpython.patch +++ b/tests/ci/integration/python_patch/3.10/aws-lc-cpython.patch @@ -65,18 +65,6 @@ index b5c78a5d49..41235c17fc 100644 with self.reaped_server(SimpleIMAPHandler) as server: client = self.imap_class(*server.server_address, ssl_context=ssl_context) -diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py -index 93349ed8bb..bfbabd54a2 100644 ---- a/Lib/test/test_site.py -+++ b/Lib/test/test_site.py -@@ -480,6 +480,7 @@ def test_sitecustomize_executed(self): - def test_license_exists_at_url(self): - # This test is a bit fragile since it depends on the format of the - # string displayed by license in the absence of a LICENSE file. -+ #import ssl - url = license._Printer__data.split()[1] - req = urllib.request.Request(url, method='HEAD') - # Reset global urllib.request._opener diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index a1a581a907..c69e71159a 100644 --- a/Lib/test/test_ssl.py diff --git a/tests/ci/integration/python_patch/3.11/aws-lc-cpython.patch b/tests/ci/integration/python_patch/3.11/aws-lc-cpython.patch index 9736636c537..69eb3d25e75 100644 --- a/tests/ci/integration/python_patch/3.11/aws-lc-cpython.patch +++ b/tests/ci/integration/python_patch/3.11/aws-lc-cpython.patch @@ -65,18 +65,6 @@ index bd0fc9c2da..3ab70f5c1f 100644 with self.reaped_server(SimpleIMAPHandler) as server: client = self.imap_class(*server.server_address, ssl_context=ssl_context) -diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py -index 8d336649ec..fa96b5964f 100644 ---- a/Lib/test/test_site.py -+++ b/Lib/test/test_site.py -@@ -473,6 +473,7 @@ def test_sitecustomize_executed(self): - def test_license_exists_at_url(self): - # This test is a bit fragile since it depends on the format of the - # string displayed by license in the absence of a LICENSE file. -+ #import ssl - url = license._Printer__data.split()[1] - req = urllib.request.Request(url, method='HEAD') - # Reset global urllib.request._opener diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 1f881038c3..36fa1e32e8 100644 --- a/Lib/test/test_ssl.py diff --git a/tests/ci/integration/python_patch/3.12/aws-lc-cpython.patch b/tests/ci/integration/python_patch/3.12/aws-lc-cpython.patch index 8155019e9f2..0f56db2dde0 100644 --- a/tests/ci/integration/python_patch/3.12/aws-lc-cpython.patch +++ b/tests/ci/integration/python_patch/3.12/aws-lc-cpython.patch @@ -65,18 +65,6 @@ index 60f5b671b1..56b64a6788 100644 with self.reaped_server(SimpleIMAPHandler) as server: client = self.imap_class(*server.server_address, ssl_context=ssl_context) -diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py -index 9e701fd847..4aeedfdcec 100644 ---- a/Lib/test/test_site.py -+++ b/Lib/test/test_site.py -@@ -472,6 +472,7 @@ def test_sitecustomize_executed(self): - def test_license_exists_at_url(self): - # This test is a bit fragile since it depends on the format of the - # string displayed by license in the absence of a LICENSE file. -+ #import ssl - url = license._Printer__data.split()[1] - req = urllib.request.Request(url, method='HEAD') - # Reset global urllib.request._opener diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 6117ca3fdb..fc93c6271b 100644 --- a/Lib/test/test_ssl.py diff --git a/tests/ci/integration/python_patch/main/aws-lc-cpython.patch b/tests/ci/integration/python_patch/main/aws-lc-cpython.patch index 5bb8d22cff2..d27f10dcfd6 100644 --- a/tests/ci/integration/python_patch/main/aws-lc-cpython.patch +++ b/tests/ci/integration/python_patch/main/aws-lc-cpython.patch @@ -65,18 +65,6 @@ index b97474acca..f5980598c9 100644 with self.reaped_server(SimpleIMAPHandler) as server: client = self.imap_class(*server.server_address, ssl_context=ssl_context) -diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py -index 0502181854..e23531f147 100644 ---- a/Lib/test/test_site.py -+++ b/Lib/test/test_site.py -@@ -564,6 +564,7 @@ def test_customization_modules_on_startup(self): - def test_license_exists_at_url(self): - # This test is a bit fragile since it depends on the format of the - # string displayed by license in the absence of a LICENSE file. -+ #import ssl - url = license._Printer__data.split()[1] - req = urllib.request.Request(url, method='HEAD') - # Reset global urllib.request._opener diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 3fdfa29605..6f6fea7c36 100644 --- a/Lib/test/test_ssl.py