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

New release #45

Closed Jamim closed 5 years ago

Jamim commented 5 years ago

Hello @vidartf,

Could you please release a new version of this library or create some milestone in order to increase the transparency of when it can be released?

Thank you!

vidartf commented 5 years ago

Hi, and thanks for the input! I was considering trying to get in support for tornado 6 as well, but I guess it makes sense to do a release with tornado<6 dependency first. Does this seem reasonable to you?

Jamim commented 5 years ago

Yes, it does. It seems reasonable to issue some transitional release (e.g. v0.6.0) that will make users able to unpin pytest and to focus on other improvements after that. Also, feel free to ask for help if needed.