pytest v6.1.2 Release Notes
Release Date: 2020-10-28 // almost 4 years ago-
โ pytest 6.1.2 (2020-10-28)
๐ Bug Fixes
- ๐ฆ #7758: Fixed an issue where some files in packages are getting lost from
--lf
even though they contain tests that failed. Regressed in pytest 5.4.0. - โ #7911: Directories created by tmpdir are now considered stale after 3 days without modification (previous value was 3 hours) to avoid deleting directories still in use in long running test suites.
๐ Improved Documentation
- โ
#7815: Improve deprecation warning message for
pytest._fillfuncargs()
.
- ๐ฆ #7758: Fixed an issue where some files in packages are getting lost from