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 problem with deleting temporary folders on Windows (re-created patch #1032) #5171

Closed
wants to merge 2 commits into from

Conversation

eblis
Copy link

@eblis eblis commented Feb 9, 2022

When deleting temporary directories on Windows try a few times so we get around a Windows error, see issue #1031 for more details.

Pull Request Check List

Resolves: #1031, #1032
Pull request #1032 is stale, but I took out the code from that and made the requested changes from comments (decreased timeout to 1s and added a test)

  • Added tests for changed code.
  • Updated documentation for changed code.

When deleting temporary directories on Windows try a few times so we get around a Windows error, see issue python-poetry#1031 for more details.
@Secrus
Copy link
Member

Secrus commented May 21, 2022

Hi, @eblis are you still interested in bringing that to Poetry?

@da1910
Copy link

da1910 commented Aug 31, 2022

If @eblis is not available then I am certainly interested, I've hit this issue several times now with our CI machines. What would need to be done? Is it just fixing the pre-commit checks?

@eblis
Copy link
Author

eblis commented Aug 31, 2022

Hey, sorry, I completely missed the updates in this issue.
What do you need done ?

@da1910
Copy link

da1910 commented Aug 31, 2022

It might be a matter of commenting pre-commit.ci autofix

Otherwise it'll need the checks fixing, see the failed check below

@eblis
Copy link
Author

eblis commented Sep 3, 2022

From what I can tell the relevant code has been moved to another repository called poetry-core.

@da1910
Copy link

da1910 commented Oct 31, 2022

@Secrus We're approaching 2 months with the open PR from @eblis is there anything we can do to move the issue forward?

Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

poetry add/update/install can fail on Windows during temp directory cleanup
4 participants