Skip to content

Commit 1ae05fd

Browse files
authored
Revert "bpo-43989: Temporarily disable warnings in ssltests (pythonGH-25780)" (pythonGH-25793)
Reverts python#25780 Automerge-Triggered-By: GH:tiran
1 parent ddbef71 commit 1ae05fd

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)