Skip to content
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

Fix problem with shutil.rmtree if emulating Windows under POSIX #980

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

mrbean-bremen
Copy link
Member

@mrbean-bremen mrbean-bremen commented Mar 14, 2024

Tasks

  • Unit tests added that reproduce the issue or prove feature is working
  • Fix or feature added
  • Entry to release notes added
  • Pre-commit CI shows no errors
  • Unit tests passing

- 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 mrbean-bremen merged commit 816d114 into pytest-dev:main Mar 14, 2024
65 checks passed
@mrbean-bremen mrbean-bremen deleted the rmtree_win branch March 14, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shutil.rmtree failing in OSType.WINDOWS with PermissionError
1 participant