]> git.ipfire.org Git - thirdparty/tornado.git/commit
Get twisted_test running on python 3 too.
authorBen Darnell <ben@bendarnell.com>
Thu, 24 Jan 2013 04:23:57 +0000 (23:23 -0500)
committerBen Darnell <ben@bendarnell.com>
Thu, 24 Jan 2013 04:23:57 +0000 (23:23 -0500)
commit279aaffa89f8127e88a317b9e36ce8a9e0582828
tree71f817d96baecb0424b309faa019cfbba79c3917
parentefae6e04dfe6bd5725ccfd7521b6dc65c96c503b
Get twisted_test running on python 3 too.

Twisted 12.3.0 can be installed from a source checkout on python3.
Some modules, including twisted.web, are not available so skip those
tests separately.
tornado/test/twisted_test.py