]> granicus.if.org Git - python/commit
[3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)
authorChristian Heimes <christian@python.org>
Thu, 26 Sep 2019 20:53:09 +0000 (22:53 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2019 20:53:09 +0000 (22:53 +0200)
commit1931132db33dd002cef0b19b8eaa219c1757797e
treecaed46d8cfff0ef04978be63c1093c556a60f683
parentc9893400652f38804aed0be8d8f70feda9465c47
[3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)

test_ssl now handles disabled TLS/SSL versions better. OpenSSL's crypto
policy and run-time settings are recognized and tests for disabled versions
are skipped.

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue38275
(cherry picked from commit df6ac7e2b82d921a6e9ff5571b40c6dbcf635581)
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2019-09-25-14-40-57.bpo-38275.-kdveI.rst [new file with mode: 0644]