[Checkins] SVN: z3c.schema2xml/trunk/ * Updated tests to newer Grok version (1.1).

Michael Howitz mh at gocept.com
Tue Oct 19 02:39:13 EDT 2010


Log message for revision 117737:
  * Updated tests to newer Grok version (1.1).
  
  * Run tests against lxml 2.2.6.
  
  * Added test extra to declare test dependency on ``zope.app.testing``.
  
  

Changed:
  U   z3c.schema2xml/trunk/CHANGES.txt
  U   z3c.schema2xml/trunk/buildout.cfg
  U   z3c.schema2xml/trunk/setup.py

-=-
Modified: z3c.schema2xml/trunk/CHANGES.txt
===================================================================
--- z3c.schema2xml/trunk/CHANGES.txt	2010-10-18 21:08:33 UTC (rev 117736)
+++ z3c.schema2xml/trunk/CHANGES.txt	2010-10-19 06:39:12 UTC (rev 117737)
@@ -4,8 +4,13 @@
 1.1 (unreleased)
 ================
 
-* ...
+* Updated tests to newer Grok version.
 
+* Run tests against lxml 2.2.6.
+
+* Added test extra to declare test dependency on ``zope.app.testing``.
+
+
 1.0 (2008-12-05)
 ================
 

Modified: z3c.schema2xml/trunk/buildout.cfg
===================================================================
--- z3c.schema2xml/trunk/buildout.cfg	2010-10-18 21:08:33 UTC (rev 117736)
+++ z3c.schema2xml/trunk/buildout.cfg	2010-10-19 06:39:12 UTC (rev 117737)
@@ -1,16 +1,15 @@
 [buildout]
 develop = .
 parts = test devpython
-extends = http://grok.zope.org/releaseinfo/grok-0.14.cfg
+extends = http://grok.zope.org/releaseinfo/grok-1.1.cfg
 versions = versions
 
 [versions]
-lxml = 2.0.9
-zope.testing = 3.6.0
+lxml = 2.2.6
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.schema2xml
+eggs = z3c.schema2xml [test]
 
 # installs bin/devpython to do simple interpreter tests
 [devpython]

Modified: z3c.schema2xml/trunk/setup.py
===================================================================
--- z3c.schema2xml/trunk/setup.py	2010-10-18 21:08:33 UTC (rev 117736)
+++ z3c.schema2xml/trunk/setup.py	2010-10-19 06:39:12 UTC (rev 117737)
@@ -34,6 +34,10 @@
         'grokcore.component',
         'zc.sourcefactory',
       ],
+      extras_require=dict(
+          test=[
+              'zope.app.testing',
+              ]),
       entry_points="""
       # -*- Entry points: -*-
       """,



More information about the checkins mailing list