[Checkins] SVN: zope.deprecation/trunk/ Remove spurious dependency on ``zope.testing``.

Tres Seaver cvs-admin at zope.org
Thu Apr 19 22:26:34 UTC 2012


Log message for revision 125185:
  Remove spurious dependency on ``zope.testing``.
  

Changed:
  U   zope.deprecation/trunk/CHANGES.txt
  U   zope.deprecation/trunk/buildout.cfg

-=-
Modified: zope.deprecation/trunk/CHANGES.txt
===================================================================
--- zope.deprecation/trunk/CHANGES.txt	2012-04-19 22:26:25 UTC (rev 125184)
+++ zope.deprecation/trunk/CHANGES.txt	2012-04-19 22:26:31 UTC (rev 125185)
@@ -5,6 +5,8 @@
 4.0.0 (unreleased)
 ------------------
 
+- Removed spurious dependency on ``zope.testing``.
+
 - Dropped explicit support for Python 2.4 / 2.5 / 3.1.
 
 

Modified: zope.deprecation/trunk/buildout.cfg
===================================================================
--- zope.deprecation/trunk/buildout.cfg	2012-04-19 22:26:25 UTC (rev 125184)
+++ zope.deprecation/trunk/buildout.cfg	2012-04-19 22:26:31 UTC (rev 125185)
@@ -4,6 +4,6 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.deprecation [test]
+eggs = zope.deprecation
 
 



More information about the checkins mailing list