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

Remove tornado 3 support #40

Closed khasanovbi closed 5 years ago

khasanovbi commented 6 years ago

First I found that TimeoutError is not a standard python error in python 2, and then saw in setup.py the tornado>=4 dependence.

vidartf commented 5 years ago

Given the move to tornado>=4 in #30, this makes sense. Removing support for tornado 3 was also mentioned as the "proper fix" in the PR introducing this code (https://github.com/eugeniy/pytest-tornado/pull/14#issuecomment-172008490).