Commit f3017b30 by Sébastien Eustace

No longer use the settings.pypi.fallback setting

parent 8c3d49f5
......@@ -42,11 +42,7 @@ class Poetry:
self._pool.configure(source)
# Always put PyPI last to prefere private repositories
self._pool.add_repository(
PyPiRepository(
fallback=self._config.setting("settings.pypi.fallback", True)
)
)
self._pool.add_repository(PyPiRepository())
@property
def file(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment