pytest v5.4.1 Release Notes

Release Date: 2020-03-13 // about 4 years ago
  • ✅ pytest 5.4.1 (2020-03-13)

    🐛 Bug Fixes

    #6909: Revert the change introduced by #6330, which required all arguments to @pytest.mark.parametrize to be explicitly defined in the function signature.

    ⏪ The intention of the original change was to remove what was expected to be an unintended/surprising behavior, but it turns out many people relied on it, so the restriction has been reverted.

    #6910: Fix crash when plugins return an unknown stats while using the --reportlog option.