We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc665e commit 8ceeee6Copy full SHA for 8ceeee6
python/private/internal_config_repo.bzl
@@ -21,9 +21,8 @@ settings for rules to later use.
21
load("//python/private:text_util.bzl", "render")
22
load(":repo_utils.bzl", "repo_utils")
23
24
-_BZLMOD_ENABLED = "@@" in str(Label("//:unused"))
25
_ENABLE_PIPSTAR_ENVVAR_NAME = "RULES_PYTHON_ENABLE_PIPSTAR"
26
-_ENABLE_PIPSTAR_DEFAULT = "1" if _BZLMOD_ENABLED else "0"
+_ENABLE_PIPSTAR_DEFAULT = "1"
27
_ENABLE_DEPRECATION_WARNINGS_ENVVAR_NAME = "RULES_PYTHON_DEPRECATION_WARNINGS"
28
_ENABLE_DEPRECATION_WARNINGS_DEFAULT = "0"
29
0 commit comments