You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_fail: Function to call for failing; only used for testing.
819
819
820
820
Returns:
@@ -1399,10 +1399,6 @@ Docs for [Registering custom runtimes]
1399
1399
:::
1400
1400
""",
1401
1401
),
1402
-
"urls": attr.string_list(
1403
-
mandatory=False,
1404
-
doc="The URL template to fetch releases for this Python version. If the URL template results in a relative fragment, default base URL is going to be used. Occurrences of `{python_version}`, `{platform}` and `{build}` will be interpolated based on the contents in the override and the known {attr}`platform` values.",
1405
-
),
1406
1402
"url_env": attr.string(
1407
1403
mandatory=False,
1408
1404
doc="""\
@@ -1412,6 +1408,10 @@ The environment variable for a comma-separated list of URLs. Overrides `urls` if
1412
1408
:::
1413
1409
""",
1414
1410
),
1411
+
"urls": attr.string_list(
1412
+
mandatory=False,
1413
+
doc="The URL template to fetch releases for this Python version. If the URL template results in a relative fragment, default base URL is going to be used. Occurrences of `{python_version}`, `{platform}` and `{build}` will be interpolated based on the contents in the override and the known {attr}`platform` values.",
0 commit comments