[Checkins] SVN: zope.container/branches/3.11/ Added not declared, but needed test dependency on `zope.testing`.

Michael Howitz mh at gocept.com
Sat Sep 25 07:10:15 EDT 2010


Log message for revision 116828:
  Added not declared, but needed test dependency on `zope.testing`.
  

Changed:
  U   zope.container/branches/3.11/CHANGES.txt
  U   zope.container/branches/3.11/setup.py

-=-
Modified: zope.container/branches/3.11/CHANGES.txt
===================================================================
--- zope.container/branches/3.11/CHANGES.txt	2010-09-25 11:08:12 UTC (rev 116827)
+++ zope.container/branches/3.11/CHANGES.txt	2010-09-25 11:10:15 UTC (rev 116828)
@@ -5,7 +5,7 @@
 3.11.2 (unreleased)
 -------------------
 
-- ...
+- Added not declared, but needed test dependency on `zope.testing`.
 
 
 3.11.1 (2010-04-30)

Modified: zope.container/branches/3.11/setup.py
===================================================================
--- zope.container/branches/3.11/setup.py	2010-09-25 11:08:12 UTC (rev 116827)
+++ zope.container/branches/3.11/setup.py	2010-09-25 11:10:15 UTC (rev 116828)
@@ -63,9 +63,11 @@
                               ], include_dirs=['include']),
                    ],
       extras_require=dict(
-          test=['zope.configuration',
-                'zope.security',
-                ]),
+          test=[
+              'zope.configuration',
+              'zope.security',
+              'zope.testing',
+              ]),
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.dottedname',



More information about the checkins mailing list