]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Remove twisted compatibility test
authorBen Darnell <ben@bendarnell.com>
Mon, 17 Jan 2022 00:27:49 +0000 (19:27 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 17 Jan 2022 01:29:49 +0000 (20:29 -0500)
commitd1442a388bdc15564a1327b729dee25270e1051e
tree5de87781b606b2522e13a979baeb2a281beb13cf
parent5083089eff7285d68a5eb23ed75b1fd10eee7865
test: Remove twisted compatibility test

Now that compatibility between tornado and twisted is based on
asyncio, this test isn't very useful any more. It is broken by the
deprecations introduced in Python 3.10 and isn't worth reviving.
.github/workflows/test.yml
tornado/test/twisted_test.py