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

WIP: Fix .netrc credentials taking precedence over poetry config [#8443] #9738

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hugofvs
Copy link

@hugofvs hugofvs commented Oct 7, 2024

Changes authenticator.py to ensure poetry config http-basic takes priority over .netrc

Pull Request Check List

Resolves: #8443

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

@hugofvs hugofvs changed the title Fix .netrc credentials taking precedence over poetry config [#8443] WIP: Fix .netrc credentials taking precedence over poetry config [#8443] Oct 7, 2024
@Secrus
Copy link
Member

Secrus commented Oct 7, 2024

Please rebase your changes properly, at this time, this is unreadable mess.

@Secrus Secrus marked this pull request as draft October 7, 2024 21:45
@hugofvs hugofvs force-pushed the fix-8443 branch 2 times, most recently from ca711d4 to 4b62671 Compare October 7, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.netrc credentials take precedence over poetry config http-basic
2 participants