[Checkins] SVN: Products.GenericSetup/trunk/setup.py Use zope.testrunner's support for skipping layers.

Tres Seaver tseaver at palladion.com
Mon Feb 21 15:53:29 EST 2011


Log message for revision 120508:
  Use zope.testrunner's support for skipping layers.

Changed:
  U   Products.GenericSetup/trunk/setup.py

-=-
Modified: Products.GenericSetup/trunk/setup.py
===================================================================
--- Products.GenericSetup/trunk/setup.py	2011-02-21 20:10:50 UTC (rev 120507)
+++ Products.GenericSetup/trunk/setup.py	2011-02-21 20:53:29 UTC (rev 120508)
@@ -57,9 +57,9 @@
 #          'Products.PythonScripts', # BBB: disabled for Zope 2.12
           ],
       tests_require=[
-          'zope.testing >= 3.7.0',
+          'zope.testrunner',
           ],
-      test_loader="zope.testing.testrunner.eggsupport:SkipLayers",
+      test_loader="zope.testrunner.eggsupport:SkipLayers",
       test_suite="Products.GenericSetup.tests",
       entry_points="""
       [zope2.initialize]



More information about the checkins mailing list