[Checkins] SVN: zope.dottedname/trunk/tox.ini Avoid garbage in $PWD.

Marius Gedminas cvs-admin at zope.org
Mon Feb 4 11:06:18 UTC 2013


Log message for revision 129127:
  Avoid garbage in $PWD.
  
  

Changed:
  U   zope.dottedname/trunk/tox.ini

-=-
Modified: zope.dottedname/trunk/tox.ini
===================================================================
--- zope.dottedname/trunk/tox.ini	2013-02-03 09:12:25 UTC (rev 129126)
+++ zope.dottedname/trunk/tox.ini	2013-02-04 11:06:17 UTC (rev 129127)
@@ -5,6 +5,10 @@
 [testenv]
 commands =
     python setup.py test -q
+# without explicit deps, setup.py test will download a bunch of eggs into $PWD
+# (and it seems I can't use zope.dottedname[testing] here, so forget DRY)
+deps =
+    zope.testing
 
 [testenv:coverage]
 basepython =



More information about the checkins mailing list