]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Disable TLS 1.3 in one test 2725/head
authorBen Darnell <ben@bendarnell.com>
Sun, 11 Aug 2019 02:00:41 +0000 (22:00 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 11 Aug 2019 03:05:00 +0000 (23:05 -0400)
commit4172483c35c7d5a49135c5b1ed483aeebc73fab8
treeb75511b16c3282b9b9da6bc35350815a8b2fd6c5
parent444f4cd198b25d1561d83d5cc895fdfa4b952574
test: Disable TLS 1.3 in one test

This test started failing on windows CI with an upgrade to python
3.7.4 (which bundles a newer version of openssl). Disable tls 1.3 for
now.

Possibly related to #2536
tornado/test/iostream_test.py