]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Drop twisted tests from pypy-full configuration.
authorBen Darnell <ben@bendarnell.com>
Sat, 29 Sep 2012 23:35:57 +0000 (16:35 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 29 Sep 2012 23:35:57 +0000 (16:35 -0700)
These tests seem to fail much more often on the futures branch than
master for some unknown reason. (the failures are in the
subprocess-related tests)

tox.ini

diff --git a/tox.ini b/tox.ini
index 677a7411c40cd51c07fc009c7eec81bb757c89a0..203550cbffc4e8b1a926fc98f8f7f7fb6536ba4f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -76,13 +76,14 @@ commands = python -m tornado.test.runtests --httpclient=tornado.curl_httpclient.
 
 [testenv:pypy-full]
 # This configuration works with pypy 1.9.  pycurl installs ok but
-# curl_httpclient doesn't work.  Also note that travis-ci does not yet
-# have support for building C extensions with pypy, so we don't try to
-# run this configuration there.
+# curl_httpclient doesn't work.  Twisted works most of the time, but
+# its tests seem flaky under pypy, so we don't run it for now.  Also
+# note that travis-ci does not yet have support for building C
+# extensions with pypy, so we don't try to run this configuration
+# there.
 basepython = pypy
 deps =
      futures
-     twisted>=12.1.0
 
 # In python 3, opening files in text mode uses a system-dependent encoding by
 # default.  Run the tests with "C" (ascii) and "utf-8" locales to ensure