]> granicus.if.org Git - python/commit
bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428)
authorChristian Heimes <christian@python.org>
Thu, 26 Sep 2019 16:23:17 +0000 (18:23 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2019 16:23:17 +0000 (18:23 +0200)
commit9f77268f901cc3e8874e5042361520a0e482476a
tree9629135114946800fb0ad06c27d9df1a1d23b21a
parentdf6ac7e2b82d921a6e9ff5571b40c6dbcf635581
bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428)

Check presence of SSLContext.minimum_version to make tests pass with
old versions of OpenSSL.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_ssl.py