[Checkins] SVN: zope.publisher/trunk/ Moved dependency on zope.testing from install_requires to tests_require.

Fabio Tranchitella kobold at kobold.it
Sat Aug 8 09:33:06 EDT 2009


Log message for revision 102578:
  Moved dependency on zope.testing from install_requires to tests_require.

Changed:
  U   zope.publisher/trunk/CHANGES.txt
  U   zope.publisher/trunk/setup.py

-=-
Modified: zope.publisher/trunk/CHANGES.txt
===================================================================
--- zope.publisher/trunk/CHANGES.txt	2009-08-08 13:29:47 UTC (rev 102577)
+++ zope.publisher/trunk/CHANGES.txt	2009-08-08 13:33:05 UTC (rev 102578)
@@ -17,6 +17,7 @@
   be raised in the case of redirecting to a different host. If this is
   intentional, the parameter `trusted` can be given.
 
+- Moved dependency on zope.testing from install_requires to tests_require.
 
 3.8.0 (2009-05-23)
 ------------------

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2009-08-08 13:29:47 UTC (rev 102577)
+++ zope.publisher/trunk/setup.py	2009-08-08 13:33:05 UTC (rev 102578)
@@ -39,6 +39,7 @@
       package_dir={'': 'src'},
 
       namespace_packages=['zope',],
+      tests_require=['zope.testing'],
       install_requires=['setuptools',
                         'zope.authentication',
                         'zope.browser',
@@ -50,7 +51,6 @@
                         'zope.location',
                         'zope.proxy',
                         'zope.security',
-                        'zope.testing',
                        ],
       include_package_data=True,
 



More information about the Checkins mailing list