Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2024-06-05 09:49:36
Message id: 20240605074936.A1E19FC74@cvs.NetBSD.org
Log Message:
py-test: updated to 8.2.2
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.
Files: