]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix compatibility with just-released unittest2 0.6.
authorBen Darnell <ben@bendarnell.com>
Tue, 28 Oct 2014 13:16:28 +0000 (09:16 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 28 Oct 2014 13:16:28 +0000 (09:16 -0400)
commit06638c8a5f9164c9567f26887c99bd592a10ec7d
treeed3bae5e645f812f48d0e4abd0948c56a74a04b0
parent26cb9b3fa67ef3282414a86743ee2e16c81913c3
Fix compatibility with just-released unittest2 0.6.

This release added some PendingDeprecationWarnings that were
not there previously (and were DeprecationWarnings instead
in newer pythons)
tornado/test/runtests.py