[Checkins] SVN: zope.component/tseaver-test_cleanup/ Suppress PyPy tests.

Tres Seaver cvs-admin at zope.org
Sun Jun 17 17:39:23 UTC 2012


Log message for revision 126888:
  Suppress PyPy tests.
  
  Dependencies are not all ported:  we should split them out of the
  base zope.component package.

Changed:
  _U  zope.component/tseaver-test_cleanup/
  U   zope.component/tseaver-test_cleanup/tox.ini

-=-
Modified: zope.component/tseaver-test_cleanup/tox.ini
===================================================================
--- zope.component/tseaver-test_cleanup/tox.ini	2012-06-17 17:39:16 UTC (rev 126887)
+++ zope.component/tseaver-test_cleanup/tox.ini	2012-06-17 17:39:20 UTC (rev 126888)
@@ -3,7 +3,7 @@
 # Jython support pending 2.7 support, due 2012-07-15 or so.  See:
 # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
 #   py26,py27,py32,jython,pypy,coverage,docs
-    py26,py27,pypy,coverage,docs
+    py26,py27,coverage,docs
 
 [testenv]
 deps =



More information about the checkins mailing list