Skip to content

Commit f1380eb

Browse files
Adding package collision warning (#144)
The package collisions are sometimes occuring but do not hamper function. We should for now have this as a warning instead of an error
1 parent 5d18355 commit f1380eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python_basics/defs.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ def score_virtualenv(name = "ide_support", venv_name = ".venv", reqs = [], tags
2727
deps = all_requirements + reqs + ["@rules_python//python/runfiles"],
2828
data = ["@score_tooling//python_basics:pyproject.toml"] + data,
2929
tags = tags,
30+
package_collisions = "warning",
3031
)

0 commit comments

Comments
 (0)