Skip to content

Commit 8ceeee6

Browse files
committed
actually turn the switch on for WORKSPACE
1 parent 8fc665e commit 8ceeee6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/private/internal_config_repo.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ settings for rules to later use.
2121
load("//python/private:text_util.bzl", "render")
2222
load(":repo_utils.bzl", "repo_utils")
2323

24-
_BZLMOD_ENABLED = "@@" in str(Label("//:unused"))
2524
_ENABLE_PIPSTAR_ENVVAR_NAME = "RULES_PYTHON_ENABLE_PIPSTAR"
26-
_ENABLE_PIPSTAR_DEFAULT = "1" if _BZLMOD_ENABLED else "0"
25+
_ENABLE_PIPSTAR_DEFAULT = "1"
2726
_ENABLE_DEPRECATION_WARNINGS_ENVVAR_NAME = "RULES_PYTHON_DEPRECATION_WARNINGS"
2827
_ENABLE_DEPRECATION_WARNINGS_DEFAULT = "0"
2928

0 commit comments

Comments
 (0)