mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793)
Reverts python/cpython#25780 Automerge-Triggered-By: GH:tiran
This commit is contained in:
parent
ddbef71a2c
commit
1ae05fdf2d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def run_regrtests(*extra_args):
|
|||
print(ssl.OPENSSL_VERSION)
|
||||
args = [
|
||||
sys.executable,
|
||||
# '-Werror', '-bb', # turn warnings into exceptions
|
||||
'-Werror', '-bb', # turn warnings into exceptions
|
||||
'-m', 'test',
|
||||
]
|
||||
if not extra_args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue