This version comes with some internal clean-up and modernization and now supports pytest 4.0 to 7.3 on Python 3.7 to 3.11.
2.0.2
This version of pytest-describe supports Python 3.6 to 3.10 and pytest 4.6 to 7.0.
Newer Python and pytest versions will be supported in the next minor version.
2.0.1
* Internal change: Adapt to changes in latest versions of the pytest API (40)
Special thanks for contributing to this version go to bluetech.
2.0.0
* This version supports pytest 4.0 to 6.2 on Python 3.6 to 3.10 * Support list/tuple argnames for mark.parametrize (32) * Made markers consistent with pytest's defaults (36)
Special thanks go to bpreskit, jacebrowning and ROpdebee for contributing PRs to this version.
1.0.0
* This version supports pytest 2.0 to 5.4 on Python 2.7 and 3.5 to 3.8 * The repository of pytest-describe has moved to the pytest-dev organization * Removed deprecation warning with pytest 5.4 (26) * Stacked parametrize marks are working again, added regression tests (24)