[Checkins] SVN: zc.zk/trunk/setup.py Oops,	not using py.test after all.
    Jim Fulton 
    jim at zope.com
       
    Sun Nov 27 22:23:34 UTC 2011
    
    
  
Log message for revision 123514:
  Oops, not using py.test after all.
  
Changed:
  U   zc.zk/trunk/setup.py
-=-
Modified: zc.zk/trunk/setup.py
===================================================================
--- zc.zk/trunk/setup.py	2011-11-27 22:20:42 UTC (rev 123513)
+++ zc.zk/trunk/setup.py	2011-11-27 22:23:34 UTC (rev 123514)
@@ -15,7 +15,9 @@
 
 install_requires = ['setuptools', 'zc.thread']
 extras_require = dict(
-    test=['zope.testing', 'zookeeper-static', 'mock', 'pytest'])
+    test=['zope.testing', 'zc-zookeeper-static', 'mock'],
+    static=['zc-zookeeper-static'],
+    )
 
 entry_points = """
 """
    
    
More information about the checkins
mailing list