[Checkins] SVN: persistent/trunk/ include all test dependencies

David Glick davidglick at onenw.org
Thu Apr 14 00:29:37 EDT 2011


Log message for revision 121421:
  include all test dependencies

Changed:
  U   persistent/trunk/buildout.cfg
  U   persistent/trunk/setup.py

-=-
Modified: persistent/trunk/buildout.cfg
===================================================================
--- persistent/trunk/buildout.cfg	2011-04-14 04:20:08 UTC (rev 121420)
+++ persistent/trunk/buildout.cfg	2011-04-14 04:29:37 UTC (rev 121421)
@@ -7,7 +7,7 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs =
-    persistent
+    persistent [test]
 
 [scripts]
 recipe = zc.recipe.egg

Modified: persistent/trunk/setup.py
===================================================================
--- persistent/trunk/setup.py	2011-04-14 04:20:08 UTC (rev 121420)
+++ persistent/trunk/setup.py	2011-04-14 04:29:37 UTC (rev 121421)
@@ -24,9 +24,11 @@
 from setuptools import setup
 
 TESTS_REQUIRE = [
+    'transaction',
     'zope.interface',
     'zope.testing>=3.7.0',
     'zope.testrunner',
+    'ZODB3',
 ]
 
 here = os.path.abspath(os.path.dirname(__file__))



More information about the checkins mailing list