[Checkins] SVN: z3c.recipe.eggbasket/trunk/ Add zc.recipe.egg to the tests_require.

Maurits van Rees m.van.rees at zestsoftware.nl
Mon May 5 19:43:46 EDT 2008


Log message for revision 86474:
  Add zc.recipe.egg to the tests_require.

Changed:
  U   z3c.recipe.eggbasket/trunk/CHANGES.txt
  U   z3c.recipe.eggbasket/trunk/setup.py

-=-
Modified: z3c.recipe.eggbasket/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.eggbasket/trunk/CHANGES.txt	2008-05-05 23:41:43 UTC (rev 86473)
+++ z3c.recipe.eggbasket/trunk/CHANGES.txt	2008-05-05 23:43:46 UTC (rev 86474)
@@ -1,6 +1,8 @@
 0.1.0 (xxxx-xx-xx)
 ==================
 
+ - Added tests.  [maurits]
+
  - Initial implementation.  [maurits, timte]
 
- - Created recipe with ZopeSkel [Grok Team].
+ - Created recipe with ZopeSkel.  [Grok Team].

Modified: z3c.recipe.eggbasket/trunk/setup.py
===================================================================
--- z3c.recipe.eggbasket/trunk/setup.py	2008-05-05 23:41:43 UTC (rev 86473)
+++ z3c.recipe.eggbasket/trunk/setup.py	2008-05-05 23:43:46 UTC (rev 86474)
@@ -34,7 +34,7 @@
 entry_point = 'z3c.recipe.eggbasket:Recipe'
 entry_points = {"zc.buildout": ["default = %s" % entry_point]}
 
-tests_require=['zope.testing']
+tests_require=['zope.testing', 'zc.recipe.egg']
 
 setup(name='z3c.recipe.eggbasket',
       version=version,



More information about the Checkins mailing list