[Checkins] SVN: plone.z3cform/trunk/ Add zope.app.testing to test dependencies so that it continues to work under Zope 2.13.

Eric Steele ems174 at psu.edu
Fri Dec 17 20:26:38 EST 2010


Log message for revision 118998:
  Add zope.app.testing to test dependencies so that it continues to work under Zope 2.13.

Changed:
  U   plone.z3cform/trunk/docs/HISTORY.txt
  U   plone.z3cform/trunk/setup.py

-=-
Modified: plone.z3cform/trunk/docs/HISTORY.txt
===================================================================
--- plone.z3cform/trunk/docs/HISTORY.txt	2010-12-17 16:28:25 UTC (rev 118997)
+++ plone.z3cform/trunk/docs/HISTORY.txt	2010-12-18 01:26:36 UTC (rev 118998)
@@ -3,8 +3,10 @@
 
 0.7.1dev - unreleased
 ---------------------
+* Add zope.app.testing to test dependencies so that it continues to work under
+  Zope 2.13.
+  [esteele]
 
-
 0.7.0 - 2010-08-04
 ------------------
 

Modified: plone.z3cform/trunk/setup.py
===================================================================
--- plone.z3cform/trunk/setup.py	2010-12-17 16:28:25 UTC (rev 118997)
+++ plone.z3cform/trunk/setup.py	2010-12-18 01:26:36 UTC (rev 118998)
@@ -45,6 +45,7 @@
           'collective.monkeypatcher',
       ],
       extras_require = {
-        'test': ['lxml']
+        'test': ['lxml',
+                 'zope.app.testing']
       }
       )



More information about the checkins mailing list