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 ab5ed59 commit 844fb54Copy full SHA for 844fb54
1 file changed
python/private/internal_dev_deps.bzl
@@ -103,7 +103,7 @@ def _internal_dev_deps_impl(mctx):
103
_whl_library_from_dir(
104
name = "whl_library_extras_optional_dep",
105
root = "//tests/pypi/whl_library/testdata/optional_dep:BUILD.bazel",
106
- output = "optional-dep-1.0-any-none-any.whl",
+ output = "optional_dep-1.0-any-none-any.whl",
107
requirement = "optional_dep",
108
# The following is necessary to enable pipstar and make tests faster
109
config_load = "@rules_python//tests/pypi/whl_library/testdata:packages.bzl",
0 commit comments