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

Michael Howitz mh at gocept.com
Sat Sep 25 07:19:54 EDT 2010


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

Changed:
  U   zope.security/branches/3.7/CHANGES.txt
  U   zope.security/branches/3.7/setup.py

-=-
Modified: zope.security/branches/3.7/CHANGES.txt
===================================================================
--- zope.security/branches/3.7/CHANGES.txt	2010-09-25 11:18:47 UTC (rev 116837)
+++ zope.security/branches/3.7/CHANGES.txt	2010-09-25 11:19:54 UTC (rev 116838)
@@ -5,7 +5,7 @@
 3.7.4 (unreleased)
 ------------------
 
-- ...
+- Added not declared, but needed test dependency on `zope.testing`.
 
 
 3.7.3 (2010-04-30)

Modified: zope.security/branches/3.7/setup.py
===================================================================
--- zope.security/branches/3.7/setup.py	2010-09-25 11:18:47 UTC (rev 116837)
+++ zope.security/branches/3.7/setup.py	2010-09-25 11:19:54 UTC (rev 116838)
@@ -76,7 +76,10 @@
                         ],
       extras_require = dict(
           untrustedpython=["RestrictedPython"],
-          test=["RestrictedPython"],
+          test=[
+              "RestrictedPython",
+              "zope.testing",
+              ],
           pytz=["pytz"],
           ),
       include_package_data = True,



More information about the checkins mailing list