close
Skip to content

(Fix Tests): Change method from shutil.remove to shutil.rmtree#7191

Merged
pradyunsg merged 2 commits into
pypa:masterfrom
qiell:fix/update-shutil-remove-to-rmtree
Oct 15, 2019
Merged

(Fix Tests): Change method from shutil.remove to shutil.rmtree#7191
pradyunsg merged 2 commits into
pypa:masterfrom
qiell:fix/update-shutil-remove-to-rmtree

Conversation

@qiell
Copy link
Copy Markdown
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

qiell added 2 commits October 14, 2019 12:30
- 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
Copy Markdown
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