SVN: ZODB/trunk/ Bug fixed:

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <[email protected]>
Log message for revision 106149:
  Bug fixed:
  - zope.testing was an unnecessary non-testing dependency.
  

Changed:
  U   ZODB/trunk/buildout.cfg
  U   ZODB/trunk/setup.py
  U   ZODB/trunk/src/CHANGES.txt

-=-
Modified: ZODB/trunk/buildout.cfg
===================================================================
--- ZODB/trunk/buildout.cfg	2009-12-01 22:01:30 UTC (rev 106148)
+++ ZODB/trunk/buildout.cfg	2009-12-01 22:09:54 UTC (rev 106149)
@@ -4,7 +4,7 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = ZODB3
+eggs = ZODB3 [test]
 initialization = 
   import os, tempfile
   try: os.mkdir('tmp')

Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2009-12-01 22:01:30 UTC (rev 106148)
+++ ZODB/trunk/setup.py	2009-12-01 22:09:54 UTC (rev 106149)
@@ -200,9 +200,8 @@
         read_file("README.txt")  + "\n\n" +
         read_file("src", "CHANGES.txt")),
       test_suite="__main__.alltests", # to support "setup.py test"
-      tests_require = [
-        'zope.testing',
-        ],
+      tests_require = ['zope.testing'],
+      extras_require = dict(test=['zope.testing']),
       install_requires = [
         'transaction',
         'zc.lockfile',
@@ -211,7 +210,6 @@
         'zope.event',
         'zope.interface',
         'zope.proxy',
-        'zope.testing',
         ],
       zip_safe = False,
       entry_points = """

Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt	2009-12-01 22:01:30 UTC (rev 106148)
+++ ZODB/trunk/src/CHANGES.txt	2009-12-01 22:09:54 UTC (rev 106149)
@@ -9,8 +9,9 @@
 ----------
 
 - History support was broken when using stprages that work with ZODB
-  3.8 and 3.9
+  3.8 and 3.9.
 
+- zope.testing was an unnecessary non-testing dependency.
 
 3.9.3 (2009-10-23)
 ==================
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.