From 74d5a30896fdf18275e65de9ffa509398efd4806 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 1 May 2021 15:39:56 +0200 Subject: [PATCH] bpo-43989: Temporarily disable warnings in ssltests -Werror is currently broken. --- Lib/test/ssltests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/ssltests.py b/Lib/test/ssltests.py index 5073ae12204b16..292453a813dcd0 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: