summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-03-16 16:19:47 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-03-16 16:19:47 (GMT)
commit4ad70df5e7b227dbb1b0db3c45223b0e35bee8be (patch)
tree6c2015c39877b667c496a9e841fce33869e1b6ac /Tools
parentb4f4e72f07dcfd4364e92709a62e2a30478cf726 (diff)
downloadcpython-4ad70df5e7b227dbb1b0db3c45223b0e35bee8be.zip
cpython-4ad70df5e7b227dbb1b0db3c45223b0e35bee8be.tar.gz
cpython-4ad70df5e7b227dbb1b0db3c45223b0e35bee8be.tar.bz2
Issue #6716/3: Exclude 2to3 tests from compileall.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index fb43137..3a396ca 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -404,7 +404,7 @@ def add_ui(db):
("VerdanaRed9", "Verdana", 9, 255, 0),
])
- compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_" "[TARGETDIR]Lib"'
+ compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests" "[TARGETDIR]Lib"'
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
# See "CustomAction Table"
add_data(db, "CustomAction", [