eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

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

Open rohitchormale opened 1 year ago

rohitchormale commented 1 year ago

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.