Skip to content

Commit

Permalink
Remove accidental comment from patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Jan 29, 2024
1 parent 445e71f commit c3cf7e8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
12 changes: 0 additions & 12 deletions tests/ci/integration/python_patch/3.10/aws-lc-cpython.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions tests/ci/integration/python_patch/3.11/aws-lc-cpython.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions tests/ci/integration/python_patch/3.12/aws-lc-cpython.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions tests/ci/integration/python_patch/main/aws-lc-cpython.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3cf7e8

Please sign in to comment.