]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Skip undecorated coroutine test in py312 3200/head
authorBen Darnell <ben@bendarnell.com>
Sun, 27 Nov 2022 03:29:59 +0000 (22:29 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 27 Nov 2022 03:43:56 +0000 (22:43 -0500)
commit802196bddbc83ed2723f819decc91f6628b65f2c
tree3b91faf40b9a99624972d6c8f50bdd587cc47f18
parentfb22de0d3eae58cd8ff2b439299440445b1d6e9b
test: Skip undecorated coroutine test in py312

The standard library now has its own check for this, rendering ours redundant
(and breaking our test)
tornado/test/testing_test.py