Skip to content

0.2.2

Latest

Choose a tag to compare

@max-sixty max-sixty released this 19 Aug 22:56
· 16 commits to main since this release
d68fb2e

Fixed

  • Fixed compatibility with Python 3.13+ by using ExceptHandler.name instead of deprecated identifier attribute (#261) - @dlax
  • Fixed handling of != operators and exceptions in assert plugin (#262) - @dlax
  • Fixed compatibility with environments that don't have pytest-xdist installed (#259)