[Checkins] SVN: zope.pytest/trunk/buildout.cfg Oops. We have to name pytest explicitly to get the py.test script.

Uli Fouquet uli at gnufix.de
Thu Jan 6 07:09:36 EST 2011


Log message for revision 119409:
  Oops. We have to name pytest explicitly to get the py.test script.
  

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

-=-
Modified: zope.pytest/trunk/buildout.cfg
===================================================================
--- zope.pytest/trunk/buildout.cfg	2011-01-06 12:06:05 UTC (rev 119408)
+++ zope.pytest/trunk/buildout.cfg	2011-01-06 12:09:36 UTC (rev 119409)
@@ -10,4 +10,5 @@
 eggs = 
     zope.pytest[tests]
     zest.releaser
+    pytest
     pytest-cov



More information about the checkins mailing list