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 650e424 commit 083e029Copy full SHA for 083e029
tests/pypi/whl_library_targets/whl_library_targets_tests.bzl
@@ -273,6 +273,7 @@ def _test_whl_and_library_deps(env):
273
),
274
"tags": ["tag1", "tag2"],
275
"visibility": ["//visibility:public"],
276
+ "experimental_venvs_site_packages": Label("//python/config_settings:venvs_site_packages"),
277
},
278
]) # buildifier: @unsorted-dict-items
279
@@ -335,6 +336,7 @@ def _test_group(env):
335
336
}),
337
"tags": [],
338
"visibility": ["@pypi__groups//:__pkg__"],
339
340
341
342
0 commit comments