Skip to content

5.3.1

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 26 Nov 14:56

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.