[Checkins] SVN: zc.recipe.testrunner/branches/1.0/setup.py pin

Andreas Jung andreas at andreas-jung.com
Mon Aug 25 08:11:03 EDT 2008


Log message for revision 90191:
  pin
  

Changed:
  U   zc.recipe.testrunner/branches/1.0/setup.py

-=-
Modified: zc.recipe.testrunner/branches/1.0/setup.py
===================================================================
--- zc.recipe.testrunner/branches/1.0/setup.py	2008-08-25 12:09:15 UTC (rev 90190)
+++ zc.recipe.testrunner/branches/1.0/setup.py	2008-08-25 12:11:03 UTC (rev 90191)
@@ -33,7 +33,7 @@
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
     install_requires = ['zc.buildout  >=1.0.0b12',
-                        'zope.testing', 'setuptools',
+                        'zope.testing<=3.4.9999', 'setuptools',
                         'zc.recipe.egg  >=1.0.0a3',
                         ],
     test_suite = name+'.tests.test_suite',



More information about the Checkins mailing list