From: Christian Heimes Date: Sat, 1 May 2021 14:05:01 +0000 (+0200) Subject: bpo-43989: Temporarily disable warnings in ssltests (GH-25780) X-Git-Tag: v3.10.0b1~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f82fd77717b58c97a16c05e25c72388b35860459;p=thirdparty%2FPython%2Fcpython.git bpo-43989: Temporarily disable warnings in ssltests (GH-25780) -Werror is currently broken. --- diff --git a/Lib/test/ssltests.py b/Lib/test/ssltests.py index 5073ae12204b..292453a813dc 100644 --- a/Lib/test/ssltests.py +++ b/Lib/test/ssltests.py @@ -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: