Skip to content

Commit c67c288

Browse files
committed
use apparent repo label
1 parent 5fd0240 commit c67c288

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/base_rules/py_executable_base_tests.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _test_basic_windows(name, config):
5050
# Pass value to both native and starlark versions of the flag until
5151
# the native one is removed.
5252
"//command_line_option:build_python_zip": "true",
53-
"@@rules_python+//python/config_settings:build_python_zip": True,
53+
"@rules_python//python/config_settings:build_python_zip": True,
5454
"//command_line_option:cpu": "windows_x86_64",
5555
"//command_line_option:crosstool_top": CROSSTOOL_TOP,
5656
"//command_line_option:extra_execution_platforms": [platform_targets.WINDOWS_X86_64],
@@ -96,7 +96,7 @@ def _test_basic_zip(name, config):
9696
# Pass value to both native and starlark versions of the flag until
9797
# the native one is removed.
9898
"//command_line_option:build_python_zip": "true",
99-
"@@rules_python+//python/config_settings:build_python_zip": True,
99+
"@rules_python//python/config_settings:build_python_zip": True,
100100
"//command_line_option:cpu": "linux_x86_64",
101101
"//command_line_option:crosstool_top": CROSSTOOL_TOP,
102102
"//command_line_option:extra_execution_platforms": [platform_targets.LINUX_X86_64],

tests/config_settings/transition/multi_version_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def _setup_py_binary_windows(name, *, impl, build_python_zip):
9393
impl = impl,
9494
config_settings = {
9595
"//command_line_option:build_python_zip": str(build_python_zip),
96-
"@@rules_python+//python/config_settings:build_python_zip": build_python_zip,
96+
"@rules_python//python/config_settings:build_python_zip": build_python_zip,
9797
"//command_line_option:extra_toolchains": CC_TOOLCHAIN,
9898
"//command_line_option:platforms": str(platform_targets.WINDOWS_X86_64),
9999
},

0 commit comments

Comments
 (0)