[8.2.x] cacheprovider: fix .pytest_cache not being world-readable

This commit is contained in:
Ran Benita
2024-05-15 10:57:10 +03:00
committed by pytest bot
parent 65ab7cb96c
commit 2b671b5f92
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1 @@
Fix a regression in pytest 8.2.0 where the permissions of automatically-created ``.pytest_cache`` directories became ``rwx------`` instead of the expected ``rwxr-xr-x``.