[Checkins] SVN: zope.pytest/trunk/buildout.cfg Use the test requirements and support coverage detection.

Uli Fouquet uli at gnufix.de
Thu Jan 6 07:06:05 EST 2011


Log message for revision 119408:
  Use the test requirements and support coverage detection.
  

Changed:
  U   zope.pytest/trunk/buildout.cfg

-=-
Modified: zope.pytest/trunk/buildout.cfg
===================================================================
--- zope.pytest/trunk/buildout.cfg	2011-01-06 12:05:09 UTC (rev 119407)
+++ zope.pytest/trunk/buildout.cfg	2011-01-06 12:06:05 UTC (rev 119408)
@@ -8,7 +8,6 @@
 [scripts]
 recipe = zc.recipe.egg
 eggs = 
-    zope.pytest
+    zope.pytest[tests]
     zest.releaser
-    pytest
     pytest-cov



More information about the checkins mailing list