[Checkins] SVN: grokui.introspector/trunk/setup.py Depend on hurry.resource [wsgi] for tests to keep compatible with

Uli Fouquet uli at gnufix.de
Wed Jul 21 04:31:48 EDT 2010


Log message for revision 114882:
  Depend on hurry.resource [wsgi] for tests to keep compatible with
  latest grok toolkit.
  

Changed:
  U   grokui.introspector/trunk/setup.py

-=-
Modified: grokui.introspector/trunk/setup.py
===================================================================
--- grokui.introspector/trunk/setup.py	2010-07-20 23:07:13 UTC (rev 114881)
+++ grokui.introspector/trunk/setup.py	2010-07-21 08:31:47 UTC (rev 114882)
@@ -4,6 +4,7 @@
 tests_require = ['z3c.testsetup',
                  'zope.app.testing',
                  'zope.testbrowser',
+                 'hurry.resource [wsgi]',
                 ]
 
 def read(*rnames):



More information about the checkins mailing list