Opened 8 months ago

Closed 8 months ago

#21750 closed enhancement (fixed)

pytest-8.4.1 (Python module)

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

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 8 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 8 months ago

pytest 8.4.1 (2025-06-17)

Bug fixes

  • Corrected _pytest.terminal.TerminalReporter.isatty to support being called as a method. Before it was just a boolean which could break correct code when using -o log_cli=true).
  • Reintroduced pytest.PytestReturnNotNoneWarning which was removed by accident in pytest 8.4.

This warning is raised when a test functions returns a value other than None, which is often a mistake made by beginners.

See Returning non-None value in test functions for more information.

  • Fixed compatibility with Twisted 25+.

Improved documentation

  • Fixed outdated warning about faulthandler not working on Windows.

comment:3 by Bruce Dubbs, 8 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

6294cae6e4 Update to pytest-8.4.1 (Python module).
e993287ad6 Update to xfburn-0.8.0.
94bfd9d0a2 Update to LMDB_0.9.33.
81471c5523 Update to nss-3.113.
Note: See TracTickets for help on using tickets.