[Checkins] SVN: zc.buildout/branches/python-3/src/zc/buildout/tests.py 2&3 and fix my stupidity

Jim Fulton jim at zope.com
Wed Mar 16 11:56:04 EDT 2011


Log message for revision 120984:
  2&3 and fix my stupidity
  

Changed:
  U   zc.buildout/branches/python-3/src/zc/buildout/tests.py

-=-
Modified: zc.buildout/branches/python-3/src/zc/buildout/tests.py
===================================================================
--- zc.buildout/branches/python-3/src/zc/buildout/tests.py	2011-03-16 15:28:29 UTC (rev 120983)
+++ zc.buildout/branches/python-3/src/zc/buildout/tests.py	2011-03-16 15:56:03 UTC (rev 120984)
@@ -4004,7 +4004,9 @@
                 (re.compile('distribute'), 'setuptools'),
                 (re.compile("\nUnused options for buildout: "
                             "'(distribute|setuptools)\-version'\."),
-                 '')
+                 ''),
+                (re.compile('subprocess.CalledProcessError'),
+                 'CalledProcessError'),
                 ])
             ),
 



More information about the checkins mailing list