]> granicus.if.org Git - python/commit
bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)
authorGregory P. Smith <greg@krypto.org>
Mon, 6 May 2019 21:54:06 +0000 (17:54 -0400)
committerGitHub <noreply@github.com>
Mon, 6 May 2019 21:54:06 +0000 (17:54 -0400)
commit2cc0223f43a1ffd59c887a73e2b0ce5202f3be90
tree15fdf06b495c6c94644ce79c2684ebfe912e6cbf
parent7b3a028c357dcc76b5aff7297e7c8052f897afb5
bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)

Modern Linux distros such as Debian Buster have default OpenSSL system
configurations that reject connections to servers with weak certificates
by default.  This causes our test suite run with external networking
resources enabled to skip these tests when they encounter such a failure.

Fixing the network servers is a separate issue.
Lib/test/test_httplib.py
Lib/test/test_nntplib.py
Misc/NEWS.d/next/Tests/2019-05-06-18-29-54.bpo-35925.gwQPuC.rst [new file with mode: 0644]