pytest v6.0.1 Release Notes

Release Date: 2020-07-30 // over 3 years ago
  • โœ… pytest 6.0.1 (2020-07-30)

    ๐Ÿ› Bug Fixes

    • โœ… #7394: Passing an empty help value to Parser.add_option is now accepted instead of crashing when running pytest --help.
      Passing None raises a more informative TypeError.
    • ๐Ÿ‘• #7558: Fix pylint not-callable lint on pytest.mark.parametrize() and the other builtin marks:
      โš  skip, skipif, xfail, usefixtures, filterwarnings.
    • โœ… #7559: Fix regression in plugins using TestReport.longreprtext (such as pytest-html) when TestReport.longrepr is not a string.
    • โœ… #7569: Fix logging capture handler's level not reset on teardown after a call to caplog.set_level().