[Checkins] SVN: zope.configuration/trunk/tox.ini Drop the forced-zope.schema-trunk-install now that z.s 4.2.0 is released.

Tres Seaver cvs-admin at zope.org
Wed May 16 17:41:53 UTC 2012


Log message for revision 125924:
  Drop the forced-zope.schema-trunk-install now that z.s 4.2.0 is released.

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

-=-
Modified: zope.configuration/trunk/tox.ini
===================================================================
--- zope.configuration/trunk/tox.ini	2012-05-16 17:34:41 UTC (rev 125923)
+++ zope.configuration/trunk/tox.ini	2012-05-16 17:41:35 UTC (rev 125924)
@@ -9,9 +9,6 @@
 deps =
     zope.configuration[test]
 commands = 
-# Temporarily install the zope.schema trunk
-    pip uninstall -y zope.schema
-    pip install http://svn.zope.org/repos/main/zope.schema/trunk
     python setup.py test -q
 
 [testenv:jython]
@@ -22,9 +19,6 @@
 basepython =
     python2.6
 commands = 
-# Temporarily install the zope.schema trunk
-    pip uninstall -y zope.schema
-    pip install http://svn.zope.org/repos/main/zope.schema/trunk
 #   The installed version messes up nose's test discovery / coverage reporting
 #   So, we uninstall that from the environment, and then install the editable
 #   version, before running nosetests.
@@ -44,9 +38,6 @@
 basepython =
     python2.6
 commands = 
-# Temporarily install the zope.schema trunk
-    pip uninstall -y zope.schema
-    pip install http://svn.zope.org/repos/main/zope.schema/trunk
     sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
     sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
 deps =



More information about the checkins mailing list