[Checkins] SVN: zope.app.twisted/trunk/setup.py the zeo tests apparently need zope.testbrowser, but nobody ever bothered to run those

Philipp von Weitershausen philikon at philikon.de
Sat Jun 7 13:57:09 EDT 2008


Log message for revision 87229:
  the zeo tests apparently need zope.testbrowser, but nobody ever bothered to run those
  tests and therefore never realized that we were missing a dependency.
  

Changed:
  U   zope.app.twisted/trunk/setup.py

-=-
Modified: zope.app.twisted/trunk/setup.py
===================================================================
--- zope.app.twisted/trunk/setup.py	2008-06-07 17:50:55 UTC (rev 87228)
+++ zope.app.twisted/trunk/setup.py	2008-06-07 17:57:08 UTC (rev 87229)
@@ -52,7 +52,8 @@
       packages=find_packages('src'),
       package_dir = {'': 'src'},
       namespace_packages=['zope', 'zope.app'],
-      extras_require = dict(test=['zope.app.testing',]),
+      extras_require = dict(test=['zope.app.testing',
+                                  'zope.testbrowser',]),
       install_requires = ['setuptools',
                           'ZConfig',
                           'zdaemon',



More information about the Checkins mailing list