Skip to content

6.0.1

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 30 Jul 12:42
· 3189 commits to main since this release

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().