- Require python 3.8+ #87 (thanks to @edgarrmondragon)
- Require pytest 6+ #86 (thanks to @edgarrmondragon)
- Require python 3.7+ #66 (thanks to @ssbarnea)
- 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
No functionality change.
- Change URL of PyPI project link #61
- Fix CI environment #62 (thanks to @henryiii, @nicoddemus)
- add longrepr from plugin tests #50 (thanks to @helpmefindaname)
- Use latest major version for actions #51
- Handle test failures without a line number #47 (thanks to @Tenzer)
- Revert changes of version 0.1.4 #42
- Ignore failures that are retried using
pytest-rerunfailures
plugin #40 (thanks to @billyvg)
- Allow specifying a run path with
PYTEST_RUN_PATH
environment variable #29 (thanks to @michamos)
- Fall back file path when ValueError on Windows #24
- ci: change Python version set #25
- doc: notice for Docker environments #27
- Fix #21: stdout is captured by pytest-xdist #22 (thanks to @yihuang)
- feat: better annotation structure (PR #14, thanks to @henryiii)
- Convert relative path to path from repository root (fix #8 with PR #11 and #12, thanks to @henryiii)
- Python 2.7 support
- Enable this plugin only in GitHub Actions workflow
- Remove unnecessary environment (PYTEST_PLUGINS) variable in README (thanks to @AlphaMycelium)
- Always enabled whether or not in GitHub Actions workflow
- Requires pytest >= 4.0.0
- Add short description
- First release