Commit f3017b30 by Sébastien Eustace

No longer use the settings.pypi.fallback setting

parent 8c3d49f5
...@@ -42,11 +42,7 @@ class Poetry: ...@@ -42,11 +42,7 @@ class Poetry:
self._pool.configure(source) self._pool.configure(source)
# Always put PyPI last to prefere private repositories # Always put PyPI last to prefere private repositories
self._pool.add_repository( self._pool.add_repository(PyPiRepository())
PyPiRepository(
fallback=self._config.setting("settings.pypi.fallback", True)
)
)
@property @property
def file(self): 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