-
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
RuntimeError when call os.remove during os.scandir #1051
Labels
Comments
Thanks! I will have a look. |
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Aug 20, 2024
5 tasks
mrbean-bremen
added a commit
that referenced
this issue
Aug 20, 2024
@kingronjan - shall be fixed in main now. Will you need a new release? |
There is no need for a new release, thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Operating System
macos 10.15
The Python version
3.7.5
The Module version
pytest 7.4.0
pyfakefs 5.5.0
A minimal example to reproduce the problem (preferably in the form of a failing test)
After modified code on
fake_scandir.ScanDirIter.__init__
as blow, the test works.The text was updated successfully, but these errors were encountered: