Commit de35052
fix: allow symlink collision error to be downgraded (#369)
Introduces an attr allowing the symlink collision errors to be
downgraded to a warning or ignored.
Closes #358
---
### Changes are visible to end-users: yes
- Searched for relevant documentation and updated as needed: yes
- Breaking change (forces users to change their own code or config): yes
- Suggested release notes appear below:
Allow the "conflicting symlinks" error when creating a venv to be
downgraded to a warning and ignored.
### Test plan
- Manual testing; please provide instructions so we can reproduce:
Run `//py/tests/virtual/django:manage` with the `pyqt6` packages
installed.
---------
Co-authored-by: Alex Eagle <[email protected]>1 parent 9730638 commit de35052
File tree
24 files changed
+442
-17037
lines changed- .github/workflows
- docs
- e2e/smoke
- examples/pytest
- py
- private
- tests/virtual/django
- tools
- py
- src
- unpack_bin
- venv_bin
- src
24 files changed
+442
-17037
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments