[Checkins] SVN: zope.schema/trunk/setup.py Add tests_require.
    Chris McDonough 
    chrism at plope.com
       
    Tue Jan  5 12:29:12 EST 2010
    
    
  
Log message for revision 107714:
  Add tests_require.
  
Changed:
  U   zope.schema/trunk/setup.py
-=-
Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2010-01-05 17:10:46 UTC (rev 107713)
+++ zope.schema/trunk/setup.py	2010-01-05 17:29:11 UTC (rev 107714)
@@ -91,4 +91,5 @@
       include_package_data = True,
       zip_safe = False,
       test_suite='__main__.alltests',
+      tests_require='zope.testing',
       )
    
    
More information about the checkins
mailing list