Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #7915 from bluetech/fix-lf-package
cacheprovider: fix some files in packages getting lost from --lf (cherry picked from commit a66b6b8) with some needed adjustments to 6.1.x.
- Loading branch information
Showing
with
36 additions
and 1 deletion.
- +1 −0 changelog/7758.bugfix.rst
- +5 −1 src/_pytest/cacheprovider.py
- +30 −0 testing/test_cacheprovider.py
| @@ -0,0 +1 @@ | ||
| 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. |