Skip to content

Tags: pytest-dev/pytest-github-actions-annotate-failures

Tags

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Handle warning filename when the file and the CWD are on differe…

…nt Windows drives (#148)

Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Migrate to tox.toml (#146)

Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use setuptools-scm and release drafter (#128)

- replace in-repo changelog with github releases page
- update project metadata
- use setuptools-scm auto-versioning based on tags
- make use of release-drafter for updating the changelogs

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: id-token, not token (#104)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

v0.2.0

Toggle v0.2.0's commit message
Version 0.2.0

 ### Incompatible changes

- Require python 3.7+ #66 (thanks to @ssbarnea)

 ### Other changes

- Fix publish package workflow #74
- Handle cases where pytest itself fails #70 (thanks to @edgarrmondragon)
- Adopt PEP-621 for packaging #65 (thanks to @ssbarnea)
- Bump pre-commit/action from 2.0.0 to 3.0.0 #56

v0.1.8

Toggle v0.1.8's commit message
Version 0.1.8

No functionality change.
- Change URL of PyPI project link #61
- Fix CI environment #62 (thanks to @henryiii, @nicoddemus)

v0.1.7

Toggle v0.1.7's commit message
Version 0.1.7

- add longrepr from plugin tests #50 (thanks to @helpmefindaname)
- Use latest major version for actions #51

v0.1.6

Toggle v0.1.6's commit message
Version 0.1.6

- Handle test failures without a line number #47 (thanks to @Tenzer)

v0.1.5

Toggle v0.1.5's commit message
Version 0.1.5

- Revert changes of version 0.1.4 #42

v0.1.4

Toggle v0.1.4's commit message
Version 0.1.4

- Ignore failures that are retried using [`pytest-rerunfailures`](https://pypi.org/project/pytest-rerunfailures/) plugin #40 (thanks to @billyvg)