]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35045: Accept TLSv1 default in min max test (GH-11510)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Jan 2019 15:29:08 +0000 (07:29 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Jan 2019 15:29:08 +0000 (07:29 -0800)
commit6ca7183b3549d3eaa8a0c3b73255eeac24d7974d
tree2461c2d84136b517dd9a29ad80f15dd9dfdfb016
parentc2647f2e45d2741fc44fd621966e05d15f2cd26a
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>
(cherry picked from commit 34de2d312b3687994ddbc29adb66e88f672034c7)

Co-authored-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]