Skip to content

Commit d7b185a

Browse files
committed
fixup extension tests
1 parent 578f66e commit d7b185a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def _parse(
7777
hub_name,
7878
python_version,
7979
_evaluate_markers_srcs = [],
80+
add_libdir_to_library_search_path = False,
8081
auth_patterns = {},
8182
download_only = False,
8283
enable_implicit_namespace_pkgs = False,
@@ -105,6 +106,7 @@ def _parse(
105106
return struct(
106107
_evaluate_markers_srcs = _evaluate_markers_srcs,
107108
auth_patterns = auth_patterns,
109+
add_libdir_to_library_search_path = add_libdir_to_library_search_path,
108110
download_only = download_only,
109111
enable_implicit_namespace_pkgs = enable_implicit_namespace_pkgs,
110112
environment = environment,

0 commit comments

Comments
 (0)