pytest v6.2.0.dev0 Release Notes
Release Date: 2020-09-26 // about 3 years ago-
No data yet ๐
You can check the official repo
Previous changes from v6.0.2
-
โ pytest 6.0.2 (2020-09-04)
๐ Bug Fixes
- โ
#7148: Fixed
--log-cli
potentially causing unrelatedprint
output to be swallowed. - โช #7672: Fixed log-capturing level restored incorrectly if
caplog.set_level
is called more than once. - โ
#7686: Fixed NotSetType.token being used as the parameter ID when the parametrization list is empty.
โ Regressed in pytest 6.0.0. - ๐
#7707: Fix internal error when handling some exceptions that contain multiple lines or the style uses multiple lines (
--tb=line
for example).
- โ
#7148: Fixed