[Checkins] SVN: z3c.filetype/trunk/ added missing test dependency

Juergen Kartnaller juergen at kartnaller.at
Fri Dec 21 05:08:33 EST 2007


Log message for revision 82381:
  added missing test dependency

Changed:
  U   z3c.filetype/trunk/buildout.cfg
  U   z3c.filetype/trunk/setup.py

-=-
Modified: z3c.filetype/trunk/buildout.cfg
===================================================================
--- z3c.filetype/trunk/buildout.cfg	2007-12-21 10:01:43 UTC (rev 82380)
+++ z3c.filetype/trunk/buildout.cfg	2007-12-21 10:08:32 UTC (rev 82381)
@@ -5,4 +5,4 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.filetype
+eggs = z3c.filetype [test]

Modified: z3c.filetype/trunk/setup.py
===================================================================
--- z3c.filetype/trunk/setup.py	2007-12-21 10:01:43 UTC (rev 82380)
+++ z3c.filetype/trunk/setup.py	2007-12-21 10:08:32 UTC (rev 82381)
@@ -66,7 +66,10 @@
         "zope.size",
         ],
     extras_require={
-        "test": ["zope.testing"],
+        "test": [
+            "zope.testing",
+            'zope.app.testing',
+            ],
         },
     zip_safe=False,
     )



More information about the Checkins mailing list