We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Python 3.9.20 and pytest 8.3.5. While running pytest, after all tests pass successfully, a long list of warnings appears.
Python 3.9.20
pytest 8.3.5
pytest
Based on the output, it seems that the rm_rf function is unable to delete some directories because they are not empty.
rm_rf
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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: