Skip to content

Commit 12cc9d6

Browse files
fix: pip_score_venv_test is only required locally (#140)
1 parent b3023ed commit 12cc9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ python.toolchain(
2929
)
3030
use_repo(python)
3131

32-
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
32+
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip", dev_dependency = True)
3333
pip.parse(
3434
hub_name = "pip_score_venv_test",
3535
python_version = PYTHON_VERSION,

0 commit comments

Comments
 (0)