]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Replace a long-skipped test for tornado.util.exec_in
authorBen Darnell <ben@bendarnell.com>
Fri, 28 Jun 2024 20:27:55 +0000 (16:27 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 28 Jun 2024 20:27:55 +0000 (16:27 -0400)
commitb6fbb5923afa8d73e50d37d1e6ffb4abd15437cb
tree97f691200f809bbfffa9b1d7324782c92e24f2c3
parent6b23fbcf03ad60c4b1b8de4c0b901c888f47aa9a
test: Replace a long-skipped test for tornado.util.exec_in

This test was first written to rely on the print_function future import
in Python 2.7, so it's been skipped since we dropped Python 2.
Use the annotations future import introduced in Python 3.7 instead.
tornado/test/util_test.py