You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.