Commit graph

9 commits

Author SHA1 Message Date
Andrew Rabert
8c5633eb6c Replace nose with coverage 2022-02-03 11:48:15 -05:00
Dave Shawley
9430941e4a Use asyncio.all_tasks if it exists.
Python 3.9 removed ``asyncio.Task.all_tasks`` so I switched to using
``asyncio.all_tasks`` instead.  The ``all_tasks`` function was added
in 3.7 and ``Task.all_tasks`` was deprecated then.
2020-07-18 08:50:20 -04:00
Andrew Rabert
234fb6d479 Support only tornado>=5.0
- Drop support for all versions of tornado prior to 5.0. This negates
the need for version-aware conditionals that previous existed.
- Update tox to test Tornado 5.0 and the unpinned latest version.
2018-11-26 19:03:37 -05:00
Andrew Rabert
8dfb33d6cc Drop pypy support 2018-11-26 19:03:37 -05:00
Dave Shawley
917f84bd3f tox.ini: Add testing of multiple Tornado versions. 2018-01-28 14:34:35 -05:00
Dave Shawley
2861d8ef93 Add tests for sprockets.http.run. 2015-12-10 10:22:10 -05:00
Dave Shawley
14285a7178 tox.ini: Fix broken requirements for py27. 2015-12-10 09:54:43 -05:00
Dave Shawley
6f8ee1272e tox: Add python 3.5 and pypy. 2015-11-18 18:13:45 -05:00
Dave Shawley
cff4e03eb7 Development tool configuration. 2015-07-22 14:01:24 -04:00