Skip to content

Commit f82fd77

Browse files
authored
bpo-43989: Temporarily disable warnings in ssltests (GH-25780)
-Werror is currently broken.
1 parent bf99b71 commit f82fd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/ssltests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run_regrtests(*extra_args):
1616
print(ssl.OPENSSL_VERSION)
1717
args = [
1818
sys.executable,
19-
'-Werror', '-bb', # turn warnings into exceptions
19+
# '-Werror', '-bb', # turn warnings into exceptions
2020
'-m', 'test',
2121
]
2222
if not extra_args:

0 commit comments

Comments
 (0)