]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove some vestigial references to 2to3.
authorBen Darnell <ben@bendarnell.com>
Sun, 19 Jan 2014 23:55:53 +0000 (18:55 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 19 Jan 2014 23:55:53 +0000 (18:55 -0500)
maint/test/websocket/tox.ini
runtests.sh
tox.ini

index 0d89c0f327015476f72be01ff61e50384c2f23ae..696074102622475631c159835926e5df53c4112f 100644 (file)
@@ -1,5 +1,5 @@
 # We don't actually use tox to run this test, but it's the easiest way
-# to install autobahn and deal with 2to3 for the python3 version.
+# to install autobahn and build the speedups module.
 # See run.sh for the real test runner.
 [tox]
 envlist = py27, py32, py26, pypy
index 4058c02438ef360309ed071ed05b184ac1ce0ba7..d314fc10285c16b28933aab05cdbe05560ad4960 100755 (executable)
@@ -3,10 +3,6 @@
 #
 # Also consider using tox, which uses virtualenv to run the test suite
 # under multiple versions of python.
-#
-# This script requires that `python` is python 2.x; to run the tests under
-# python 3 tornado must be installed so that 2to3 is run.  The easiest
-# way to run the tests under python 3 is with tox: "tox -e py32".
 
 cd $(dirname $0)
 
diff --git a/tox.ini b/tox.ini
index 1fdedac26392034d37917b8632ddbad4e9d78c47..abf1756eeca0a4b1aad5b48569a9d37601ee8d4a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -44,7 +44,7 @@ commands = python -m tornado.test.runtests {posargs:}
 
 # python will import relative to the current working directory by default,
 # so cd into the tox working directory to avoid picking up the working
-# copy of the files (especially important for 2to3).
+# copy of the files (especially important for the speedups module).
 changedir = {toxworkdir}
 
 # tox 1.6 passes --pre to pip by default, which currently has problems