Opened 2 months ago

Closed 8 weeks ago

#19326 closed enhancement (fixed)

pytest-8.0.2

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by Bruce Dubbs, 8 weeks ago

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

comment:2 by Bruce Dubbs, 8 weeks ago

Summary: pytest-8.0.1pytest-8.0.2

Now version 8.0.2.

pytest 8.0.2 (2024-02-24)

Bug Fixes

  • Fix collection on Windows where initial paths contain the short version of a path (for example c:\PROGRA~1\tests).
  • Fix an IndexError crash raising from getstatementrange_ast.
  • Reverted a fix to --maxfail handling in pytest 8.0.0 because it caused a regression in pytest-xdist whereby session fixture teardowns may get executed multiple times when the max-fails is reached.

pytest 8.0.1 (2024-02-16) Bug Fixes

  • Correctly handle errors from getpass.getuser() in Python 3.13.
  • Fix an edge case where ExceptionInfo._stringify_exception could crash pytest.raises().
  • Fix regression with pytest.warns() using custom warning subclasses which have more than one parameter in their init.
  • Fix a regression in pytest 8.0.0 whereby calling pytest.skip() and similar control-flow exceptions within a pytest.warns() block would get suppressed instead of propagating.
  • Fix a regression in pytest 8.0.0 whereby autouse fixtures defined in a module get ignored by the doctests in the module.
  • Fix a regression in pytest 8.0.0 whereby items would be collected in reverse order in some circumstances.

comment:3 by Bruce Dubbs, 8 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed at commit b0e1059761c31

Update to asciidoctor-2.0.21.
Update to mpg123-1.32.5.
Update to pytest-8.0.2 (Python module).
Update to pcre2-10.43.
Note: See TracTickets for help on using tickets.