PR #70 to ensure pytest 8.1 compatibility, including:
- Fixed issue with
pytest>=8.1
: FixedAttributeError: 'str' object has no attribute 'iter_parents'
,
#68. Initial proposal in PR
#67 by @larsoner. - Fixed issue with
pytest>=8.1
: Adapt togetfixturedefs
signature change, initial proposal in PR
#65 by @bluetech.
Dropped support for pytest 2. Issue #66.
See documentation page for details.