[Checkins] SVN: zope.exceptions/trunk/setup.py Made it possible to run tests without buildout/zope.testrunner.

Lennart Regebro regebro at gmail.com
Sun May 2 04:03:58 EDT 2010


Log message for revision 111858:
  Made it possible to run tests without buildout/zope.testrunner.
  

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

-=-
Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py	2010-05-02 01:47:58 UTC (rev 111857)
+++ zope.exceptions/trunk/setup.py	2010-05-02 08:03:57 UTC (rev 111858)
@@ -31,6 +31,8 @@
         use_2to3=True,
         setup_requires=['zope.fixers'],
         use_2to3_fixers = ['zope.fixers'],
+        # Needed until zope.testing 4.0 with Python 3 support is released.
+        dependency_links = ['.'],
     )
 
 def read(*rnames):
@@ -72,6 +74,7 @@
       install_requires=['setuptools',
                         'zope.interface',
                        ],
+      tests_require=['zope.testing'],
       test_suite = 'zope.exceptions.tests',
       include_package_data = True,
       zip_safe = False,



More information about the checkins mailing list