We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6afb3c commit 75e6d4aCopy full SHA for 75e6d4a
Lib/test/test_ssl.py
@@ -4840,7 +4840,7 @@ def non_linux_skip_if_other_okay_error(self, err):
4840
# is known to work on Linux. We'll skip it anywhere else that it
4841
# does not present as doing so.
4842
self.skipTest(f"Could not recreate conditions on {sys.platform}:"
4843
- f" {err=}")
+ f" {err}")
4844
# If maintaining this conditional winds up being a problem.
4845
# just turn this into an unconditional skip anything but Linux.
4846
# The important thing is that our CI has the logic covered.
0 commit comments