Opened 4 months ago

Closed 4 months ago

#20739 closed enhancement (fixed)

pytest-8.3.4 (Python module)

Reported by: Bruce Dubbs Owned by: zeckma
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description


Change History (3)

comment:1 by zeckma, 4 months ago

From https://docs.pytest.org/en/stable/changelog.html#pytest-8-3-4-2024-12-01

Bug fixes

  • #12592: Fixed KeyError crash when using --import-mode=importlib in a directory layout where a directory contains a child directory with the same name.
  • #12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the AST, like executing.
  • #12849: ANSI escape codes for colored output now handled correctly in pytest.fail() with pytrace=False.
  • #9353: pytest.approx() now uses strict equality when given booleans.

Improved documentation

  • #10558: Fix ambiguous docstring of pytest.Config.getoption().
  • #10829: Improve documentation on the current handling of the --basetemp option and its lack of retention functionality (Temporary directory location and retention).
  • #12866: Improved cross-references concerning the recwarn fixture.
  • #12966: Clarify @pytest.mark.filterwarnings docs on filter precedence/order when using multiple @pytest.mark.filterwarnings marks.

Contributor-facing changes

  • #12497: Fixed two failing pdb-related tests on Python 3.13.

comment:2 by zeckma, 4 months ago

Owner: changed from blfs-book to zeckma
Status: newassigned

comment:3 by zeckma, 4 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.