[Checkins] SVN: zc.zk/trunk/setup.py - needs things from zope.testing 4.1.0 or greater

jackie cvs-admin at zope.org
Thu Aug 23 18:46:15 UTC 2012


Log message for revision 127561:
  - needs things from zope.testing 4.1.0 or greater
  
  

Changed:
  U   zc.zk/trunk/setup.py

-=-
Modified: zc.zk/trunk/setup.py
===================================================================
--- zc.zk/trunk/setup.py	2012-08-23 18:26:05 UTC (rev 127560)
+++ zc.zk/trunk/setup.py	2012-08-23 18:46:11 UTC (rev 127561)
@@ -15,7 +15,7 @@
 
 install_requires = ['setuptools', 'zc.thread']
 extras_require = dict(
-    test=['zope.testing', 'zc-zookeeper-static', 'mock', 'manuel',
+    test=['zope.testing >= 4.1.0', 'zc-zookeeper-static', 'mock', 'manuel',
           'zope.event', 'netifaces', 'zope.component', 'zc.monitor'],
     static=['zc-zookeeper-static'],
     )



More information about the checkins mailing list