pytest-tornado icon indicating copy to clipboard operation
pytest-tornado copied to clipboard

tornado==6.2 is not supporting IOLoop.make_current and IOLoop.clear_current anymore

Open rohitchormale opened this issue 1 year ago • 0 comments

As mentioned in release notes here, from tornado==6.2, IOLoop.make_current and IOLoop.clear_current APIs are deprecated. Both these APIs are used in pytest-tornado. This leads to generating many warnings in tests.

rohitchormale avatar Jan 24 '23 07:01 rohitchormale