From: Ethan Furman Date: Sat, 1 May 2021 20:53:57 +0000 (-0700) Subject: Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793) X-Git-Tag: v3.10.0b1~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ae05fdf2d0a4cf12e355ad74c437cbfa89c9b93;p=thirdparty%2FPython%2Fcpython.git Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793) Reverts python/cpython#25780 Automerge-Triggered-By: GH:tiran --- diff --git a/Lib/test/ssltests.py b/Lib/test/ssltests.py index 292453a813dc..5073ae12204b 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: