This release makes some long-overdue updates to the allowed versions of pytest. For most people, this will be a drop-in replacement for version 0.9; however, anyone forced to work with a really old version of pytest (specifically pytest>=4,<4.6
) will have to stay on 0.9.
What's Changed
- Bump required pytest version to 4.6 by @diazona in #98
- Increase max allowed pytest version to 9 by @diazona in #99
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #96
- Update changes for upcoming 0.9.0.post0 release by @diazona in #100
Full Changelog: v0.9.0...v0.9.0.post0