summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-12-16 03:28:52 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-12-16 03:28:52 (GMT)
commit36902988a6068b97671d4ebcac1c6ce579429bca (patch)
treeb2949615677d5bafe5b8f8135b1fffce4a7d5ddc /Lib/test/regrtest.py
parentc0680e2d4b6fcee6e8b5a1b049de2cfa95668c7d (diff)
downloadcpython-36902988a6068b97671d4ebcac1c6ce579429bca.zip
cpython-36902988a6068b97671d4ebcac1c6ce579429bca.tar.gz
cpython-36902988a6068b97671d4ebcac1c6ce579429bca.tar.bz2
remove lib2to3 resource
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 813ce76..d0ea5e2 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -113,8 +113,6 @@ resources to test. Currently only the following are defined:
curses - Tests that use curses and will modify the terminal's
state and output modes.
- lib2to3 - Run the tests for 2to3 (They take a while.)
-
largefile - It is okay to run some test that may create huge
files. These tests can take a long time and may
consume >2GB of disk space temporarily.