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
Currently, pypi.org is hardcoded in several place, but many organizations use a mirror of pypi behind a firewall.
Impact
This presents a problem when trying to share code between packages, e.g. package A has deps from the mirror, package B depends on A, and poetry tries to install package A's deps from pypi.org (which fails). This feature would allow for separation of concerns/code, promoting reusability.
Workarounds
Not that I know of.
The text was updated successfully, but these errors were encountered:
Issue Kind
Brand new capability
Description
Currently, pypi.org is hardcoded in several place, but many organizations use a mirror of pypi behind a firewall.
Impact
This presents a problem when trying to share code between packages, e.g. package A has deps from the mirror, package B depends on A, and poetry tries to install package A's deps from pypi.org (which fails). This feature would allow for separation of concerns/code, promoting reusability.
Workarounds
Not that I know of.
The text was updated successfully, but these errors were encountered: