Skip to content

1.10.5 - pytest 8.1 compat

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 00:57
· 1 commit to main since this release

PR #70 to ensure pytest 8.1 compatibility, including:

  • Fixed issue with pytest>=8.1: Fixed AttributeError: 'str' object has no attribute 'iter_parents',
    #68. Initial proposal in PR
    #67 by @larsoner.
  • Fixed issue with pytest>=8.1: Adapt to getfixturedefs signature change, initial proposal in PR
    #65 by @bluetech.

Dropped support for pytest 2. Issue #66.

See documentation page for details.