You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using internal PyPi repos, and, when using session.install("foo"), the repos defined in [[tool.poetry.source]] are ignored.
Short of reading pyproject.toml and constructing/writing a pip.conf before doing any session.installs, is there another obvious way forward? If not, would this fit better into nox-poetry itself?
The text was updated successfully, but these errors were encountered:
On further thought, when authentication to the repo is needed, even constructing a pip.conf wouldn't do it completely as Poetry has a multitude of credentials back ends
Hi,
We're using internal PyPi repos, and, when using
session.install("foo")
, the repos defined in[[tool.poetry.source]]
are ignored.Short of reading
pyproject.toml
and constructing/writing apip.conf
before doing anysession.install
s, is there another obvious way forward? If not, would this fit better into nox-poetry itself?The text was updated successfully, but these errors were encountered: