]> git.ipfire.org Git - thirdparty/tornado.git/commit
testing: Suppress deprecation warnings in AsyncTestCase
authorBen Darnell <ben@bendarnell.com>
Thu, 20 Feb 2025 19:22:14 +0000 (14:22 -0500)
committerBen Darnell <ben@bendarnell.com>
Thu, 20 Feb 2025 19:22:14 +0000 (14:22 -0500)
commit5ae2fbbe2d1908e96cc4d4934625392cf46489ec
tree51e8e0ab6c81e53a61987fb06061b6dcfa765601
parentc8fc890018f14b41dc1bbe5e560f61af041fba4f
testing: Suppress deprecation warnings in AsyncTestCase

This is a temporary measure to get CI passing while the fate of these
deprecation warnings is decided in
https://github.com/python/cpython/issues/130322
tornado/testing.py