<!-- Checked checkbox should look like this: [x] --> - [ X ] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [ X ] I have searched the [issues](https://github.com/python-poetry/poetry/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). <!-- Once those are done, if you're able to fill in the following list with your information, it'd be very helpful to whoever handles the issue. --> - 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.