-
Notifications
You must be signed in to change notification settings - Fork 92
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
shutil.rmtree failing in OSType.WINDOWS with PermissionError #979
Labels
Comments
Thanks for the report! |
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Mar 14, 2024
- the fd functions that are used for rmtree are not available under Windows -> switched of the usage of these function in the fake fs - fixes pytest-dev#979
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Mar 14, 2024
- the fd functions that are used for rmtree are not available under Windows -> switched of the usage of these function in the fake fs - fixes pytest-dev#979
5 tasks
mrbean-bremen
added a commit
that referenced
this issue
Mar 14, 2024
- the fd functions that are used for rmtree are not available under Windows -> switched of the usage of these function in the fake fs - fixes #979
Should be fixed in main now, please check! It may still be some time until the next release, as there are a few issues I want to handle before that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I expect this to succeed, and not fail.
How To Reproduce
Your environment
The text was updated successfully, but these errors were encountered: