mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
bpo-43989: Temporarily disable warnings in ssltests (GH-25780)
-Werror is currently broken.
This commit is contained in:
parent
bf99b71516
commit
f82fd77717
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ def run_regrtests(*extra_args):
|
||||||
print(ssl.OPENSSL_VERSION)
|
print(ssl.OPENSSL_VERSION)
|
||||||
args = [
|
args = [
|
||||||
sys.executable,
|
sys.executable,
|
||||||
'-Werror', '-bb', # turn warnings into exceptions
|
# '-Werror', '-bb', # turn warnings into exceptions
|
||||||
'-m', 'test',
|
'-m', 'test',
|
||||||
]
|
]
|
||||||
if not extra_args:
|
if not extra_args:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue