[Checkins] SVN: z3c.recipe.usercrontab/trunk/ add zope.testing as test dependency. pin versions

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Jul 20 11:33:31 EDT 2010


Log message for revision 114875:
  add zope.testing as test dependency. pin versions

Changed:
  U   z3c.recipe.usercrontab/trunk/buildout.cfg
  U   z3c.recipe.usercrontab/trunk/setup.py

-=-
Modified: z3c.recipe.usercrontab/trunk/buildout.cfg
===================================================================
--- z3c.recipe.usercrontab/trunk/buildout.cfg	2010-07-20 15:10:14 UTC (rev 114874)
+++ z3c.recipe.usercrontab/trunk/buildout.cfg	2010-07-20 15:33:31 UTC (rev 114875)
@@ -1,5 +1,7 @@
 [buildout]
+allow-picked-versions = false
 develop = .
+extensions = buildout.dumppickedversions
 parts = test
 prefer-final = true
 unzip = true
@@ -9,9 +11,16 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.recipe.usercrontab
-defaults = '--tests-pattern tests'.split()
+       z3c.recipe.usercrontab[test]
 
 
 [versions]
-zc.recipe.egg >= 1.1.0
-zope.testing = 3.7.5
+buildout.dumppickedversions = 0.4
+distribute = 0.6.14
+zc.buildout = 1.4.3
+zc.recipe.egg = 1.2.2
+zc.recipe.testrunner = 1.3.0
+zope.exceptions = 3.6.1
+zope.interface = 3.6.1
+zope.testing = 3.9.5
+zope.testrunner = 4.0.0b4

Modified: z3c.recipe.usercrontab/trunk/setup.py
===================================================================
--- z3c.recipe.usercrontab/trunk/setup.py	2010-07-20 15:10:14 UTC (rev 114874)
+++ z3c.recipe.usercrontab/trunk/setup.py	2010-07-20 15:33:31 UTC (rev 114875)
@@ -41,6 +41,7 @@
       namespace_packages=['z3c', 'z3c.recipe'],
       include_package_data=True,
       install_requires=['setuptools', 'zc.buildout'],
+      extras_require = dict(test=['zope.testing']),
       entry_points={
           'zc.buildout': ['default = %s:UserCrontab' % name],
           'zc.buildout.uninstall': ['default = %s:uninstall_usercrontab' % name]



More information about the checkins mailing list