Opened 4 months ago

Closed 4 months ago

#19900 closed enhancement (fixed)

pytest-8.2.2 (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. This seems to get updated a lot.

Change History (3)

comment:1 by Bruce Dubbs, 4 months ago

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

comment:2 by Bruce Dubbs, 4 months ago

pytest 8.2.2 (2024-06-04)

Bug Fixes

  • Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
  • Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
  • Fix possible “Directory not empty” crashes arising from concurent cache dir (.pytest_cache) creation. Regressed in pytest 8.2.0.

Improved Documentation

  • Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
  • Added a subsection to the documentation for debugging flaky tests to mention lack of thread safety in pytest as a possible source of flakyness.
  • The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.

comment:3 by Bruce Dubbs, 4 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

f64aab6f9c Update to cmake-3.29.4.
4b68df25f5 Update to pytest-8.2.2 (Python module).
f0b607f92d sentry_sdk-2.4.0 (Python module).
Note: See TracTickets for help on using tickets.