[Checkins] SVN: zope.component/tseaver-test_cleanup/ Back out pip-mangling futz.

Tres Seaver cvs-admin at zope.org
Thu Jun 21 21:03:18 UTC 2012


Log message for revision 126985:
  Back out pip-mangling futz.

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-21 19:38:02 UTC (rev 126984)
+++ zope.component/tseaver-test_cleanup/tox.ini	2012-06-21 21:03:15 UTC (rev 126985)
@@ -33,9 +33,6 @@
 #   version, before running nosetests.
     pip uninstall -y zope.component
     pip install -e .
-#   Now, further unfsck pip's setup by making sure that 'zope' is a proper
-#   namespace package.
-    python -c "import shutil; import zope; shutil.copy('{toxinidir}/src/zope/__init__.py', zope.__path__[0])"
     nosetests --with-xunit --with-xcoverage
 deps =
     zope.component



More information about the checkins mailing list