]> git.ipfire.org Git - thirdparty/tornado.git/commit
Disable twisted_web tests on python 3.
authorBen Darnell <ben@bendarnell.com>
Sun, 1 Feb 2015 03:52:07 +0000 (22:52 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 1 Feb 2015 03:52:07 +0000 (22:52 -0500)
commit64b6cc6247672853c7b621a6e2c1c407f7d2a73e
tree37c54866217d1583c305cdac5311f0d2ba22693a
parent49024f1bef6a632c59287f5f0e65626e96061d96
Disable twisted_web tests on python 3.

The twisted.web modules are importable as of Twisted 15.0.0,
but appear to still have internal str/bytes issues.
tornado/test/runtests.py
tornado/test/twisted_test.py