Skip to content

Commit 2533a7f

Browse files
committed
enable_pipstar bool
1 parent e9cef54 commit 2533a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pypi/hub_builder/hub_builder_tests.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ load("@rules_testing//lib:truth.bzl", "subjects")
1919
load("//python/private:repo_utils.bzl", "REPO_DEBUG_ENV_VAR", "REPO_VERBOSITY_ENV_VAR", "repo_utils") # buildifier: disable=bzl-visibility
2020
load("//python/private/pypi:hub_builder.bzl", _hub_builder = "hub_builder") # buildifier: disable=bzl-visibility
2121
load("//python/private/pypi:parse_simpleapi_html.bzl", "parse_simpleapi_html") # buildifier: disable=bzl-visibility
22+
load("//python/private/pypi:platform.bzl", _plat = "platform") # buildifier: disable=bzl-visibility
2223
load("//python/private/pypi:whl_config_setting.bzl", "whl_config_setting") # buildifier: disable=bzl-visibility
2324
load("//tests/pypi/extension:pip_parse.bzl", _parse = "pip_parse")
24-
load("//python/private/pypi:platform.bzl", _plat = "platform")
2525

2626
_tests = []
2727

@@ -40,7 +40,7 @@ simple==0.0.1 \
4040

4141
def hub_builder(
4242
env,
43-
enable_pipstar = 0,
43+
enable_pipstar = False,
4444
debug = False,
4545
config = None,
4646
minor_mapping = {},

0 commit comments

Comments
 (0)