pytest v6.2.0.dev0 Release Notes

Release Date: 2020-09-26 // over 3 years ago

Previous changes from v6.0.2

  • โœ… 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).