[Checkins] SVN: zope.security/trunk/ Get 'setup.py test' working.

Tres Seaver cvs-admin at zope.org
Fri Dec 21 02:33:36 UTC 2012


Log message for revision 128836:
  Get 'setup.py test' working.

Changed:
  _U  zope.security/trunk/
  U   zope.security/trunk/setup.py

-=-
Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2012-12-21 02:33:35 UTC (rev 128835)
+++ zope.security/trunk/setup.py	2012-12-21 02:33:36 UTC (rev 128836)
@@ -26,7 +26,11 @@
 from setuptools import setup
 
 TESTS_REQUIRE = [
+    'RestrictedPython',
     'zope.testing',
+    'zope.configuration',
+    'zope.component',
+    'zope.location',
 ]
 
 here = os.path.abspath(os.path.dirname(__file__))
@@ -124,6 +128,8 @@
                         'zope.proxy >= 4.1.0',
                         'zope.schema',
                         ],
+      test_suite = 'zope.security',
+      tests_require=TESTS_REQUIRE,
       extras_require = dict(
           untrustedpython=["RestrictedPython"],
           pytz=["pytz"],



More information about the checkins mailing list