aspect-build / rules_py

More compatible Bazel rules for running Python tools and building Python projects
Apache License 2.0
86 stars 29 forks source link

fix: allow symlink collision error to be downgraded #369

Closed mattem closed 4 months ago

mattem commented 4 months ago

Introduces an attr allowing the symlink collision errors to be downgraded to a warning or ignored.

Closes https://github.com/aspect-build/rules_py/issues/358


Changes are visible to end-users: yes

Allow the "conflicting symlinks" error when creating a venv to be downgraded to a warning and ignored.

Test plan

Run //py/tests/virtual/django:manage with the pyqt6 packages installed.