Skip to content

Poetry doesn't try public pypi when private pypi included #3855

@damienrj

Description

@damienrj
  • [ X ] I am on the latest Poetry version.
  • [ X ] I have searched the issues of this repo and believe that this is not a duplicate.
  • [ X ] If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • macOS : 11.1
  • Poetry version: 1.1.5

Issue

When using a private pypi repo, the public repo is no longer being checked. I can get everything working again by adding

[[tool.poetry.source]]
name = "pypi-public"
url = "https://pypi.org/simple/"

But the wasn't needed in the past.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions