-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
8516 includes a hard coded ~0o077:
This is also arguably wrong in that it re-permissions a directory potentially not even created by the current text (think pytest-xdist, etc) and breaks some existing use cases for these fixtures...
In our case, we have tests that ssh to localhost as a different user to the one running the tests and then work inside a directory created inside the one created by the tmp_path fixtures. Since this change, those tests are broken and we can no longer use the tmp_path fixture as a result.
Please could this specific change be reverted or, alternatively, something added so that we can turn this off?
Metadata
Metadata
Assignees
Labels
No labels