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

Limit tornado version < 6 #47

Closed vidartf closed 5 years ago

vidartf commented 5 years ago

We know that current version is incompatible with tornado 6, so make it explicit until it gets fixed.

This is in preparation for a 0.6.0 release, c.f. #45