Opened 4 weeks ago

Closed 3 weeks ago

#19815 closed enhancement (fixed)

pytest-8.2.1 (Python module)

Reported by: Bruce Dubbs 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, 3 weeks ago

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

comment:2 by Bruce Dubbs, 3 weeks ago

pytest 8.2.1 (2024-05-19)

Improvements

  • Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes

  • Fix PermissionError crashes arising from directories which are not selected on the command-line.
  • Keyboard interrupts and system exits are now properly handled during the test collection.
  • Fixed handling of ‘Function not implemented’ error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
  • Fix a regression in pytest 8.2.0 where the permissions of automatically-created .pytest_cache directories became rwx------ instead of the expected rwxr-xr-x.

Trivial/Internal Changes

comment:3 by Bruce Dubbs, 3 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 81c8f597c8.

Note: See TracTickets for help on using tickets.