]> granicus.if.org Git - python/commit
bpo-38275: Skip ssl tests for disabled versions (GH-16386)
authorChristian Heimes <christian@python.org>
Thu, 26 Sep 2019 15:02:59 +0000 (17:02 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Sep 2019 15:02:59 +0000 (08:02 -0700)
commitdf6ac7e2b82d921a6e9ff5571b40c6dbcf635581
tree150f41943b9f665b3e0f82fd1292131f8bc5b6a0
parent64b4a3a2deabcd4103fac2759a311fe94159b4d1
bpo-38275: Skip ssl tests for disabled versions (GH-16386)

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