[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/test.py Don't run zope.app tests. Some of them depend on twisted which we aren't

Philipp von Weitershausen philikon at philikon.de
Wed Nov 2 06:33:02 EST 2005


Log message for revision 39842:
  Don't run zope.app tests. Some of them depend on twisted which we aren't
  going to include in Zope 2 (yet?).
  

Changed:
  U   Zope/branches/philikon-zope32-integration/test.py

-=-
Modified: Zope/branches/philikon-zope32-integration/test.py
===================================================================
--- Zope/branches/philikon-zope32-integration/test.py	2005-11-02 09:40:45 UTC (rev 39841)
+++ Zope/branches/philikon-zope32-integration/test.py	2005-11-02 11:33:01 UTC (rev 39842)
@@ -66,6 +66,8 @@
              'zdaemon'
              '|'
              'zope[.]testing'
+             '|'
+             'zope[.]app'
              ')[.]']
 if ihome:
     ihome = os.path.abspath(ihome)



More information about the Zope-Checkins mailing list