[Checkins] SVN: zope.app.pagetemplate/trunk/ - Declared test dependency on ``zope.component [test]`` as it is needed to run the tests.

Michael Howitz mh at gocept.com
Sat Sep 25 09:20:27 EDT 2010


Log message for revision 116903:
  - Declared test dependency on ``zope.component [test]`` as it is needed to run the tests.
  
  

Changed:
  U   zope.app.pagetemplate/trunk/CHANGES.txt
  U   zope.app.pagetemplate/trunk/setup.py

-=-
Modified: zope.app.pagetemplate/trunk/CHANGES.txt
===================================================================
--- zope.app.pagetemplate/trunk/CHANGES.txt	2010-09-25 13:14:08 UTC (rev 116902)
+++ zope.app.pagetemplate/trunk/CHANGES.txt	2010-09-25 13:20:27 UTC (rev 116903)
@@ -5,25 +5,24 @@
 3.11.2 (unreleased)
 -------------------
 
-- Nothing changed yet.
+- Declared test dependency on ``zope.component [test]`` as it is needed to
+  run the tests.
 
-
 3.11.1 (2010-09-01)
 -------------------
 
-- Add metaconfigure.registerType BBB import because some packages use it.
-- Use doctest from standard library instead of zope.testing.doctest.
+- Added metaconfigure.registerType BBB import because some packages use it.
+- Using doctest from standard library instead of `zope.testing.doctest`.
 
-
 3.11.0 (2010-04-26)
 -------------------
 
-- Move tales:expressiontype directive down into zope.browserpage.
+- Moved tales:expressiontype directive down into zope.browserpage.
 
 3.10.1 (2010-01-04)
 -------------------
 
-- Fixed the zope.browserpage imports in the namedtemplate module.
+- Fixed the `zope.browserpage` imports in the ``namedtemplate`` module.
 
 3.10.0 (2009-12-22)
 -------------------

Modified: zope.app.pagetemplate/trunk/setup.py
===================================================================
--- zope.app.pagetemplate/trunk/setup.py	2010-09-25 13:14:08 UTC (rev 116902)
+++ zope.app.pagetemplate/trunk/setup.py	2010-09-25 13:20:27 UTC (rev 116903)
@@ -63,8 +63,11 @@
           'zope.traversing',
           ],
       extras_require={
-          "test": ['zope.container',
-                   'zope.publisher'],
+          "test": [
+              'zope.component [hook,test]',
+              'zope.container',
+              'zope.publisher',
+              ],
           },
       zip_safe=False,
       )



More information about the checkins mailing list