]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Remove broken tests for legacy TLS versions
authorBen Darnell <ben@bendarnell.com>
Thu, 11 Jul 2024 18:28:10 +0000 (14:28 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 11 Jul 2024 18:28:10 +0000 (14:28 -0400)
commitd45e87635fe624fb57d105f649ce51d91083c39e
treee5f363edb82e150603acf987b36164a6547abc5f
parent57c9dac0c812db0a69502d5ef922e5ae0d56598b
test: Remove broken tests for legacy TLS versions

The get_ssl_version method in these tests has been
silently ignored for a long time (forever?) due to
MRO issues (if they weren't ignored, they'd have
started throwing deprecation warnings), and they
were never updated for more recent versions of
TLS. There doesn't appear to be much value in
rehabilitating these tests so just get rid of all
but the base configuration.
tornado/test/httpserver_test.py