]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793)
authorEthan Furman <ethan@stoneleaf.us>
Sat, 1 May 2021 20:53:57 +0000 (13:53 -0700)
committerGitHub <noreply@github.com>
Sat, 1 May 2021 20:53:57 +0000 (13:53 -0700)
Reverts python/cpython#25780

Automerge-Triggered-By: GH:tiran
Lib/test/ssltests.py

index 292453a813dcd0ec0b4681d64e63408b97d811bd..5073ae12204b1642b5bfbdb33bdb97ff90f58ef2 100644 (file)
@@ -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: