[Checkins] [zopefoundation/Zope] 258adb: Bootstrap the buildout inside tox, to avoid wrong ...

GitHub noreply at github.com
Sun May 14 22:09:34 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 258adb36e3b04c4bef0d2c905e523cd8802382ee
      https://github.com/zopefoundation/Zope/commit/258adb36e3b04c4bef0d2c905e523cd8802382ee
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Bootstrap the buildout inside tox, to avoid wrong site-packages.

Otherwise the `bin/test-py*` scripts sometimes include the site-packages
from the Python version `bin/buildout` outside tox was run with.


  Commit: b4b4d9c512f29408e819d8cdb71be3c15b32d3cd
      https://github.com/zopefoundation/Zope/commit/b4b4d9c512f29408e819d8cdb71be3c15b32d3cd
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Disable `-R` / `PYTHONHASHSEED` inside tox for Python 2.7.

This avoids differences between calling `bin/test` and `bin/tox -e py27`
for now and keeps the Python 2.7 tests green. In the course of fixing
the Python 3 failures, we'll fix these as well and than can turn
it back on.


Compare: https://github.com/zopefoundation/Zope/compare/2ec8fb4062b8...b4b4d9c512f2


More information about the checkins mailing list