Skip to content

7.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 14:36
· 1533 commits to main since this release

pytest 7.1.2 (2022-04-23)

Bug Fixes

  • #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed.
  • #9820: Fix comparison of dataclasses with InitVar.
  • #9869: Increase stacklevel for the NODE_CTOR_FSPATH_ARG deprecation to point to the
    user's code, not pytest.
  • #9871: Fix a bizarre (and fortunately rare) bug where the [temp_path]{.title-ref} fixture could raise
    an internal error while attempting to get the current user's username.