[Checkins] SVN: z3c.ptcompat/trunk/ Added not yet declared test dependency on ``zope.testing``.

Michael Howitz mh at gocept.com
Mon Aug 23 02:29:15 EDT 2010


Log message for revision 115875:
  Added not yet declared test dependency on ``zope.testing``.
  

Changed:
  U   z3c.ptcompat/trunk/CHANGES.txt
  U   z3c.ptcompat/trunk/setup.py

-=-
Modified: z3c.ptcompat/trunk/CHANGES.txt
===================================================================
--- z3c.ptcompat/trunk/CHANGES.txt	2010-08-23 06:26:15 UTC (rev 115874)
+++ z3c.ptcompat/trunk/CHANGES.txt	2010-08-23 06:29:15 UTC (rev 115875)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.5.7 (unreleased)
+------------------
+
+- Added not yet declared test dependency on ``zope.testing``.
+
+
 0.5.6 (2010-04-19)
 ------------------
 

Modified: z3c.ptcompat/trunk/setup.py
===================================================================
--- z3c.ptcompat/trunk/setup.py	2010-08-23 06:26:15 UTC (rev 115874)
+++ z3c.ptcompat/trunk/setup.py	2010-08-23 06:29:15 UTC (rev 115875)
@@ -8,14 +8,16 @@
 
 version = '0.5.6'
 
-tests_require = ['z3c.pt',
-                 'zope.tal',
-                 'zope.viewlet',
-                 'zope.app.form',
-                 'zope.app.publisher',
-                 'zope.app.pagetemplate',
-                 'lxml',
-                 ],
+tests_require = [
+    'lxml',
+    'z3c.pt',
+    'zope.app.form',
+    'zope.app.pagetemplate',
+    'zope.app.publisher',
+    'zope.tal',
+    'zope.testing',
+    'zope.viewlet',
+    ],
 
 
 setup(name='z3c.ptcompat',



More information about the checkins mailing list