]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop_test: Skip a test that no longer works on py3.14 3445/head
authorBen Darnell <ben@bendarnell.com>
Thu, 21 Nov 2024 19:50:36 +0000 (14:50 -0500)
committerBen Darnell <ben@bendarnell.com>
Thu, 21 Nov 2024 19:50:36 +0000 (14:50 -0500)
commitafb23373a496de66cbc5ea069a7b74dcaea6c8cb
tree9f176e2972ed4a3547630d22c14a39515add37a9
parente22eaeff0e60079cbdd0310f8f65fa8b677c81a9
ioloop_test: Skip a test that no longer works on py3.14

This test uses implicit event loop creation but
avoided deprecation warnings because it ran in a
subprocess. Surprisingly, it is the only test we
have left for this pattern.
tornado/test/ioloop_test.py