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 Tests): Change method from shutil.remove to shutil.rmtree #7191

Merged
merged 2 commits into from Oct 15, 2019

Conversation

qiell
Copy link
Contributor

@qiell qiell commented Oct 14, 2019

  • remove was not a member of shutil and tests were failing because of
    it. To fix it, shutil.rmtree is used.

Signed-off-by: Akash Srivastava akashsrivastava4927@gmail.com

fixes: #7190

- remove was not a member of shutil and tests were failing because of
it. To fix it, shutil.rmtree is used.

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>
Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>
@qiell qiell force-pushed the fix/update-shutil-remove-to-rmtree branch from b89e35f to a6e098a Compare October 14, 2019 07:46
@pradyunsg
Copy link
Member

Hah! I'm stupid. :)

@pradyunsg pradyunsg merged commit ba63e01 into pypa:master Oct 15, 2019
@qiell qiell deleted the fix/update-shutil-remove-to-rmtree branch November 5, 2019 12:27
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Dec 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Dec 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clear the stale cache fails beacuse remove is not a member of shutil
2 participants