HTTP 400 when adding package hosted in a private PyPi #3597
Labels
kind/bug
Something isn't working as expected
status/needs-reproduction
Issue needs a minimal reproduction to be confirmed
-vvv
option).Issue
Hi folks 👋
I'm trying to add a private Python package as a dependency of my current project, as per specified in the gist above, but it fails with the trace below.
I have also set-up http identification like this:
poetry config http-basic.mypypi USER PASSWORD
Which is valid authentification (everything works fine with pip by adding the same conf in pip.conf file)
N.B. found this issue which seems the exact same one but on a previous poetry version, and which has been closed without being resolved apparently (the manual modification of poetry scripts is not OK for us because we need CI pipeline to run with poetry)
Here is the trace:
The text was updated successfully, but these errors were encountered: