Skip to content

6.0.2

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 11 Sep 23:02
· 3189 commits to main since this release

pytest 6.0.2 (2020-09-04)

Bug Fixes

  • #7148: Fixed --log-cli potentially causing unrelated print output to be swallowed.
  • #7672: Fixed log-capturing level restored incorrectly if caplog.set_level is called more than once.
  • #7686: Fixed NotSetType.token being used as the parameter ID when the parametrization list is empty.
    Regressed in pytest 6.0.0.
  • #7707: Fix internal error when handling some exceptions that contain multiple lines or the style uses multiple lines (--tb=line for example).