[Checkins] [zopefoundation/z3c.recipe.compattest] f9032c: Modernize Python versions, fix tests, and fix file...

Jason Madden noreply at github.com
Tue Apr 14 14:32:16 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.recipe.compattest
  Commit: f9032c49ee76abd02ce3a3d5e6967e1d57447d7a
      https://github.com/zopefoundation/z3c.recipe.compattest/commit/f9032c49ee76abd02ce3a3d5e6967e1d57447d7a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M README.rst
    R bootstrap.py
    R buildout.cfg
    M setup.py
    R src/z3c/recipe/compattest/README.txt
    M src/z3c/recipe/compattest/recipe.py
    M src/z3c/recipe/compattest/runner.py
    A src/z3c/recipe/compattest/runner.rst
    R src/z3c/recipe/compattest/runner.txt
    M src/z3c/recipe/compattest/testing.py
    M src/z3c/recipe/compattest/tests.py
    A tox.ini

  Log Message:
  -----------
  Modernize Python versions, fix tests, and fix file leaks.

Fixes #1 and fixes #2


  Commit: 8b56a5016c6286c906efbbf9b951332f8af8a4ef
      https://github.com/zopefoundation/z3c.recipe.compattest/commit/8b56a5016c6286c906efbbf9b951332f8af8a4ef
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    A .coveragerc

  Log Message:
  -----------
  Missed .coveragerc


  Commit: f7c2210c62d225dd469710e8f7bcccb5e4ff16e7
      https://github.com/zopefoundation/z3c.recipe.compattest/commit/f7c2210c62d225dd469710e8f7bcccb5e4ff16e7
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M src/z3c/recipe/compattest/runner.py

  Log Message:
  -----------
  Remove commented attempt


  Commit: 24bc03368b41c824ba586377bc8853d7efacf13c
      https://github.com/zopefoundation/z3c.recipe.compattest/commit/24bc03368b41c824ba586377bc8853d7efacf13c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  The executable might not be named python. On Travis, it can be pypy.


  Commit: 30309caf9d3d8dbcc23c7bab00c0921f94c41fb4
      https://github.com/zopefoundation/z3c.recipe.compattest/commit/30309caf9d3d8dbcc23c7bab00c0921f94c41fb4
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M src/z3c/recipe/compattest/runner.py
    M tox.ini

  Log Message:
  -----------
  Simplify subprocess cleanup.


  Commit: 8740de64b093b97ed1a8b029d22504c9eda9db79
      https://github.com/zopefoundation/z3c.recipe.compattest/commit/8740de64b093b97ed1a8b029d22504c9eda9db79
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M src/z3c/recipe/compattest/runner.py

  Log Message:
  -----------
  Revert mixing communicate() and stdout.read().

Doing so exposes a buffering issue in PyPy3. See https://travis-ci.org/github/zopefoundation/z3c.recipe.compattest/jobs/672912967


  Commit: 9b9858cae26de998d07b699c41bbfbf6e02f34ee
      https://github.com/zopefoundation/z3c.recipe.compattest/commit/9b9858cae26de998d07b699c41bbfbf6e02f34ee
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M README.rst
    R bootstrap.py
    R buildout.cfg
    M setup.py
    R src/z3c/recipe/compattest/README.txt
    M src/z3c/recipe/compattest/recipe.py
    M src/z3c/recipe/compattest/runner.py
    A src/z3c/recipe/compattest/runner.rst
    R src/z3c/recipe/compattest/runner.txt
    M src/z3c/recipe/compattest/testing.py
    M src/z3c/recipe/compattest/tests.py
    A tox.ini

  Log Message:
  -----------
  Merge pull request #3 from zopefoundation/issue2

Modernize Python versions, fix tests, and fix file leaks.


Compare: https://github.com/zopefoundation/z3c.recipe.compattest/compare/34123bc9e2ee...9b9858cae26d


More information about the checkins mailing list