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

Supporting Python 3.8 #57

Closed okin closed 4 years ago

okin commented 4 years ago

Python 3.8 has been released into the wild. This adds it to the Travis test matrix.

Unfortunately we have to disable running with Tornado 5.0.0 and pytest 4.0.0 as this version depends on a version of attrs that breaks with Python 3.8. Later versions have this fixed.