Releases: pytest-dev/pytest-github-actions-annotate-failures
Releases · pytest-dev/pytest-github-actions-annotate-failures
v0.4.2
Fixes
- fix: Handle warning filename when the file and the CWD are on different Windows drives (#148) @edgarrmondragon
v0.4.1
- build(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (#137) @dependabot[bot]
Fixes
- fix: Ensure the first failure of a flaky test is annotated when using in tandem with
pytest-rerunfailures(#144) @edgarrmondragon - fix: Avoid emitthing duplicate GitHub Actions error annotations when running with pytest-xdist (#140) @atsuoishimoto
- fix: respect
PYTEST_RUN_PATHin warning annotations (#138) @pl4nty
Maintenance
- chore: Migrate to tox.toml (#146) @edgarrmondragon
- chore: Use tox generative ranges (#145) @edgarrmondragon
- chore: Use
pytesterfixture to test the plugin (#133) @edgarrmondragon - refactor: remove unused PYTEST_VERSION and packaging import (#141) @henryiii
- chore: bump pre-commit (#143) @henryiii
- docs: fix --exclude-warning-annotations help text (#142) @henryiii
- ci: Update
_extendssyntax to what Release Drafter v7 expects (#136) @edgarrmondragon - build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#139) @dependabot[bot]
- ci: bump setup-uv to maintained tag scheme (#135) @henryiii
v0.4.0
Breaking
- breaking: require python>=3.10 (#131) @ssbarnea
- Require pytest 7+ (#116) @edgarrmondragon
Features
- feat: Support Pytest 9+ subtests (#121) @edgarrmondragon
Fixes
- fix: use setuptools-scm and release drafter (#128) @ssbarnea
- fix(warnings): use GITHUB_WORKSPACE instead of GITHUB_WORKFLOW (#124) @rmuir
- Fix internal error when processing warnings (#117) @edgarrmondragon
- docs: examples should use newest actions (#109) @vil02
Maintenance
- chore: release drafter part2 (#130) @ssbarnea
- chore: enable release drafter (#129) @ssbarnea
- ci: Test with Pytest 9 (#120) @edgarrmondragon
- build(deps): bump actions/attest-build-provenance from 3 to 4 (#126) @dependabot[bot]
- build(deps): bump actions/download-artifact from 7 to 8 (#127) @dependabot[bot]
- build(deps): bump actions/download-artifact from 6 to 7 (#123) @dependabot[bot]
- build(deps): bump actions/checkout from 5 to 6 (#122) @dependabot[bot]
- build(deps): bump actions/download-artifact from 5 to 6 (#119) @dependabot[bot]
- build(deps): bump astral-sh/setup-uv from 6 to 7 (#118) @dependabot[bot]
- Test on Python 3.14 (#115) @edgarrmondragon
- build(deps): bump actions/setup-python from 5 to 6 (#114) @dependabot[bot]
- build(deps): bump actions/attest-build-provenance from 2 to 3 (#112) @dependabot[bot]
- build(deps): bump actions/checkout from 4 to 5 (#111) @dependabot[bot]
- build(deps): bump actions/download-artifact from 4 to 5 (#110) @dependabot[bot]
- build(deps): bump astral-sh/setup-uv from 5 to 6 (#108) @dependabot[bot]
Version 0.3.0
- Test on Python 3.13 #89
- Support pytest 7.4+ #97 (thanks to @edgarrmondragon)
- Require Python 3.8+ #87 (thanks to @edgarrmondragon)
- Require pytest 6+ #86 (thanks to @edgarrmondragon)
- Speed up CI and testing #93
- Use Ruff formatter #96
- Use dependency-groups for tests #99
- Add GitHub Attestations #100
Full Changelog: v0.2.0...v0.3.0