Closed khasanovbi closed 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).
First I found that
TimeoutError
is not a standard python error in python 2, and then saw insetup.py
thetornado>=4
dependence.