Closed mattem closed 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
Allow the "conflicting symlinks" error when creating a venv to be downgraded to a warning and ignored.
Run //py/tests/virtual/django:manage with the pyqt6 packages installed.
//py/tests/virtual/django:manage
pyqt6
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 thepyqt6
packages installed.