Skip to content

Releases: ymyzk/tox-gh-actions

v2.9.1

10 Jan 15:03
91a77c1
Compare
Choose a tag to compare

What's Changed

  • Disable problem matchers when tox seems to be running on container by @ymyzk in #114 This fixes the bug reported by @da1910 in #113
  • Disable problem matchers only when running on GitHub Actions by @ymyzk in #115

Full Changelog: v2.9.0...v2.9.1

v3.0.0a2

08 Jan 07:57
6aa0c18
Compare
Choose a tag to compare
v3.0.0a2 Pre-release
Pre-release

What's Changed

  • Adopt breaking plugin API changes in tox 4.0.0a10 by @ymyzk in #112
  • Drop Python 3.6 support by @ymyzk in #108
  • Import improvements made for tox-gh-actions v2.x
  • Add basic integration tests by @ymyzk in #95
  • Use mypy --strict by @ymyzk in #111

Full Changelog: v3.0.0a1...v3.0.0a2

v2.9.0

08 Jan 06:59
c03018e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.1...v2.9.0

v2.8.1

24 Sep 01:36
4fc2595
Compare
Choose a tag to compare
  • Fixed a bug that the tox-gh-actions can throw an error: AttributeError: 'Config' object has no attribute 'isolated_build_env' (#96, #97)

v3.0.0a1

23 Sep 04:49
Compare
Choose a tag to compare
v3.0.0a1 Pre-release
Pre-release
  • Preliminary support of tox 4. This version is tested with tox 4.0.0a9. (#59)

v2.8.0

22 Sep 15:12
aec4906
Compare
Choose a tag to compare
  • Start log line groping earlier when possible (#90)
  • Disable log line grouping when both -p and -o options are enabled (#91)

v2.7.0

12 Sep 03:55
d7a86ae
Compare
Choose a tag to compare
  • Add Python 3.10 support (#87)
  • Use pytest 6.2.5 or later for running tests on Python 3.10 (#87)
  • Show deprecation warning when old-style PyPy configuration is used. See the pull request description for more details. (#82)
  • Improve documentation (#83, #84, #85)
  • Use of build when packaging this library (#73)
  • Add Python 3.9 as a target version of black (#76)

v2.6.0

13 Jul 13:24
b2eed96
Compare
Choose a tag to compare
  • Add experimental support of Pyston #71
  • Upgrade setuptools_scm #72
  • Prevent accidental upgrade to tox v4 #62
  • Upgrade testing platforms on GitHub Actions #69
  • Improve README #65 #68

v2.5.0

07 Apr 15:04
deecfbd
Compare
Choose a tag to compare

v2.4.0

17 Jan 05:54
e11a29e
Compare
Choose a tag to compare
  • Show tox env description in logs #55
  • Add codecov to track test coverage #29
  • Add basic integration test #54
  • Improve CI for tox-gh-actions itself #52 #53
  • Improve examples in README #56