[Checkins] SVN: zc.copy/tags/1.1/ Oh, we now need a direct dependency on zope.app.testing :-/

Dan Korostelev nadako at gmail.com
Sun Feb 8 17:46:38 EST 2009


Log message for revision 96286:
  Oh, we now need a direct dependency on zope.app.testing :-/

Changed:
  U   zc.copy/tags/1.1/buildout.cfg
  U   zc.copy/tags/1.1/setup.py

-=-
Modified: zc.copy/tags/1.1/buildout.cfg
===================================================================
--- zc.copy/tags/1.1/buildout.cfg	2009-02-08 22:42:16 UTC (rev 96285)
+++ zc.copy/tags/1.1/buildout.cfg	2009-02-08 22:46:38 UTC (rev 96286)
@@ -1,15 +1,8 @@
 [buildout]
 develop = .
-parts = py test
+parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
-eggs = zc.copy
+eggs = zc.copy [test]
 defaults = "--tests-pattern [fn]?tests --exit-with-status".split()
-
-[py]
-recipe = zc.recipe.egg
-eggs = zc.copy
-interpreter = py

Modified: zc.copy/tags/1.1/setup.py
===================================================================
--- zc.copy/tags/1.1/setup.py	2009-02-08 22:42:16 UTC (rev 96285)
+++ zc.copy/tags/1.1/setup.py	2009-02-08 22:46:38 UTC (rev 96286)
@@ -15,6 +15,7 @@
         'zope.location',
         'zope.testing',
         ],
+    extras_require={'test': 'zope.app.testing'},
     packages=find_packages('src'),
     include_package_data=True,
     package_dir= {'':'src'},



More information about the Checkins mailing list