]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35045: Accept TLSv1 default in min max test (GH-11510)
authorChristian Heimes <christian@python.org>
Fri, 18 Jan 2019 15:09:30 +0000 (16:09 +0100)
committerVictor Stinner <vstinner@redhat.com>
Fri, 18 Jan 2019 15:09:30 +0000 (16:09 +0100)
commit34de2d312b3687994ddbc29adb66e88f672034c7
treecd5357057fa8667dd1f3d9d3d7bb130bf570da62
parent36d9e9a4d5238d5a2f09679b6c51be66fbfc12c4
bpo-35045: Accept TLSv1 default in min max test (GH-11510)

Make ssl tests less strict and also accept TLSv1 as system default. The
changes unbreaks test_min_max_version on Fedora 29.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2019-01-10-18-35-42.bpo-35045.qdd6d9.rst [new file with mode: 0644]