bazel-contrib / bazel-contrib/rules_uv
Support requirements_overrides in create_venv
Open
- Dominant language
- Starlark
- Stars
- 29
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Hi team, can we support requirements overrides file in the create_venv macro?
Our python setup has both requirements.txt and requirements_overrides.txt files, and passing in requirements.txt alone would cause errors on dependency resolution.
Contributor guide
Research direction
Start by locating the create_venv macro and reviewing how it currently accepts requirements.txt. Add support for a requirements_overrides.txt input while preserving the existing requirements behavior, then verify that dependency resolution works when both files are supplied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100