Way to get rid of InsecureRequestWarning with private index? #1553
-
I've configured my pyproject.toml to use a private index that has a self-signed certificate, like so:
It works fine, but now most pdm commands I run spew many lines of: InsecureRequestWarning: Unverified HTTPS request is being made to host I know there are ways of suppressing those within my own code, but is there a way to suppress them while using pdm? Is there a chance pdm would do the suppression itself given the explicit |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
unearth
0.7.0 has been released which suppresses the warning. You may need to update the dependency.