[Checkins] SVN: zope.interface/trunk/setup.py add a test extras_require for benefit of the buildbot

Chris McDonough chrism at plope.com
Thu Sep 15 21:19:29 EST 2011


Log message for revision 122818:
  add a test extras_require for benefit of the buildbot

Changed:
  U   zope.interface/trunk/setup.py

-=-
Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2011-09-15 07:00:09 UTC (rev 122817)
+++ zope.interface/trunk/setup.py	2011-09-16 02:19:25 UTC (rev 122818)
@@ -67,7 +67,8 @@
         zip_safe = False,
         tests_require = ['zope.event'],
         install_requires = ['setuptools'],
-        extras_require={'docs': ['z3c.recipe.sphinxdoc']},
+        extras_require={'docs': ['z3c.recipe.sphinxdoc'],
+                        'test': ['zope.event']},
         features = features
         )
 



More information about the checkins mailing list