-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove read-only files upon cleanup #2501
Remove read-only files upon cleanup #2501
Conversation
…om/tox into rgom/fix/clean_up_read_only
Verified manually in my environment - without the fix my tests failed, with fix applied they pass. |
needs a test demonstrating the feature |
for more information, see https://pre-commit.ci
I have added a test proof-of-concept. It's failing, as I don't understand all the relationships in test code (mocks, fixtures). |
Managed to add a test. |
Delete read-only files in
ensure_empty_dir
.fixes #2498