[Checkins] SVN: persistent/trunk/setup.py breaking tests that depend on ZODB and transaction is a feature

David Glick davidglick at onenw.org
Fri Apr 15 00:41:58 EDT 2011


Log message for revision 121433:
  breaking tests that depend on ZODB and transaction is a feature

Changed:
  U   persistent/trunk/setup.py

-=-
Modified: persistent/trunk/setup.py
===================================================================
--- persistent/trunk/setup.py	2011-04-14 22:07:38 UTC (rev 121432)
+++ persistent/trunk/setup.py	2011-04-15 04:41:57 UTC (rev 121433)
@@ -24,11 +24,9 @@
 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