-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
pytest: garbage cannot be removed [Errno 39] #13269
Comments
More context on the failure needed At first glance this looks incorrect |
Discription:
Expected Behavior:
Actual Behavior: -
|
Please show some sort of reproducer, nothing we can do with a screenshot and a vague description of an issue which only seems to happen on your end. |
Perhaps this might help: pytest already uses
Those are some of the top of my head that could cause this, but there might be others. |
I am using
Python 3.9.20
andpytest 8.3.5
. While runningpytest
, after all tests pass successfully, a long list of warnings appears.Based on the output, it seems that the
rm_rf
function is unable to delete some directories because they are not empty.The text was updated successfully, but these errors were encountered: