pytest v6.1.2 Release Notes

Release Date: 2020-10-28 // over 3 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().