pytest v5.3.1 Release Notes

Release Date: 2019-11-26 // over 4 years ago
  • โœ… pytest 5.3.1 (2019-11-25)

    ๐Ÿ‘Œ Improvements

    • โœ… #6231: Improve check for misspelling of pytest.mark.parametrize.
    • โœ… #6257: Handle exit.Exception raised in notify_exception (via pytest_internalerror), e.g. when quitting pdb from post mortem.

    ๐Ÿ› Bug Fixes

    • #5914: pytester: fix no_fnmatch_line when used after positive matching.
    • โœ… #6082: Fix line detection for doctest samples inside property docstrings, as a workaround to bpo-17446.
    • โœ… #6254: Fix compatibility with pytest-parallel (regression in pytest 5.3.0).
    • #6255: Clear the sys.last_traceback, sys.last_type and sys.last_value attributes by deleting them instead of setting them to None. This better matches the behaviour of the Python standard library.