[Checkins] SVN: z3c.recipe.filetemplate/trunk/setup.py For some reasons, tests fail when I add zope.testing as a dependency here.

Philipp von Weitershausen philikon at philikon.de
Sun Sep 30 16:20:06 EDT 2007


Log message for revision 80420:
  For some reasons, tests fail when I add zope.testing as a dependency here.
  The buildout inside the test wants to get zope.testing but can't find it.
  
  zope.testing is just a testing dependency anyway, and it'll always be there
  when running tests with the zope.testing testrunner. So no biggy.
  

Changed:
  U   z3c.recipe.filetemplate/trunk/setup.py

-=-
Modified: z3c.recipe.filetemplate/trunk/setup.py
===================================================================
--- z3c.recipe.filetemplate/trunk/setup.py	2007-09-30 20:14:00 UTC (rev 80419)
+++ z3c.recipe.filetemplate/trunk/setup.py	2007-09-30 20:20:05 UTC (rev 80420)
@@ -26,7 +26,6 @@
       namespace_packages=['z3c', 'z3c.recipe'],
       install_requires=['setuptools',
                         'zc.buildout',
-                        'zope.testing',
                         ],
       zip_safe=True,
       entry_points="""



More information about the Checkins mailing list