[Checkins] SVN: zope.minmax/trunk/setup.py Remove dependency on zope.testing.

Zvezdan Petkovic zvezdan at zope.com
Thu Dec 24 10:20:16 EST 2009


Log message for revision 107057:
  Remove dependency on zope.testing.
  
  

Changed:
  U   zope.minmax/trunk/setup.py

-=-
Modified: zope.minmax/trunk/setup.py
===================================================================
--- zope.minmax/trunk/setup.py	2009-12-24 15:13:17 UTC (rev 107056)
+++ zope.minmax/trunk/setup.py	2009-12-24 15:20:15 UTC (rev 107057)
@@ -63,7 +63,7 @@
     package_dir={'': 'src'},
     namespace_packages=['zope',],
     extras_require=dict(
-        test=['zope.testing']
+        test=[],    # removed zope.testing; leaving for backward compatibility
         ),
     install_requires=[
         'setuptools',



More information about the checkins mailing list