From: Ben Darnell Date: Sat, 29 Sep 2012 23:35:57 +0000 (-0700) Subject: Drop twisted tests from pypy-full configuration. X-Git-Tag: v3.0.0~263^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541160cb8fc746b14e57a38b22b9735b1f7a7a5f;p=thirdparty%2Ftornado.git Drop twisted tests from pypy-full configuration. 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) --- diff --git a/tox.ini b/tox.ini index 677a7411c..203550cbf 100644 --- 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