Skip to content

5.2.3

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 14 Nov 21:15
· 4876 commits to main since this release

pytest 5.2.3 (2019-11-14)

Bug Fixes

  • #5830: The
    first test in a package (__init__.py) marked with
    @pytest.mark.skip is now correctly skipped.
  • #6099: Fix
    --trace when used with parametrized functions.
  • #6183: Using
    request as a parameter name in @pytest.mark.parametrize now
    produces a more user-friendly error.