Files
releases/openstack_releases/pythonutils.py
Thierry Carrez efc876585e Avoid PyPI ratelimit on roles retrieval retry
When validating PyPI settings, we retrieve package roles. If that
retrieval is not successful on the first try, we immediately retry
with a canonicalized version of the package. This sometimes hits
PyPI ratelimits. This patch introduces a one second sleep to avoid
that error.

Change-Id: Ifd20200159a2f136827a1987606b650a6db5588f
2021-03-31 12:36:13 +02:00

5.2 KiB