]> git.ipfire.org Git - thirdparty/tornado.git/commit
Disable twisted's test_process on python 3.
authorBen Darnell <ben@bendarnell.com>
Wed, 20 May 2015 01:46:21 +0000 (21:46 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 20 May 2015 01:46:21 +0000 (21:46 -0400)
commitf5380632c2c6c357eb5ec62e5ae3f416f56ba9f7
tree9ac3f1f00096a4fccb558f700d2593d509b1623d
parent61a16c906a80e625d7327733df321f2922061b82
Disable twisted's test_process on python 3.

The new twisted 15.2.0 has some failures in this test that appear to be
interactions between the two package's test suites rather than a problem
in the integration itself, so just disable the tests for now.
tornado/test/twisted_test.py