Skip to content

Commit 75e6d4a

Browse files
committed
Python 3.7 doesn't seem to like this
1 parent a6afb3c commit 75e6d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4840,7 +4840,7 @@ def non_linux_skip_if_other_okay_error(self, err):
48404840
# is known to work on Linux. We'll skip it anywhere else that it
48414841
# does not present as doing so.
48424842
self.skipTest(f"Could not recreate conditions on {sys.platform}:"
4843-
f" {err=}")
4843+
f" {err}")
48444844
# If maintaining this conditional winds up being a problem.
48454845
# just turn this into an unconditional skip anything but Linux.
48464846
# The important thing is that our CI has the logic covered.

0 commit comments

Comments
 (0)