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

Change Poetry to use the system git client #113

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

mallport
Copy link
Contributor

@mallport mallport commented Nov 27, 2023

Dulwich is now the default Git interface for Poetry. However, it does not populate proxy_headers correctly, which causes issues when using 1) Nexus mirrors and 2) Sourcing a Python package from GitHub.

We set an environment variable that causes the system git client to be used instead of Dulwich while this issue is resolved:
jelmer/dulwich#1227

@mallport mallport merged commit 262ed2f into main Nov 27, 2023
3 checks passed
@mallport mallport deleted the change-poetry-git-interface branch November 27, 2023 13:14
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.

2 participants