Commit 406c65b
committed
Resolve deprecation warnings thrown when installing in editable mode
Running `pip install -e.` displays the following deprecation warnings:
```
DEPRECATION: Legacy editable install of python-slugify==8.0.4
from file:///.../pr-python-slugify (setup.py develop) is deprecated.
pip 25.3 will enforce this behaviour change.
A possible replacement is to add a pyproject.toml
or enable --use-pep517, and use setuptools >= 64.
If the resulting installation is not behaving as expected,
try using --config-settings editable_mode=compat.
Please consult the setuptools documentation for more information.
Discussion can be found at pypa/pip#11457
```1 parent 85b9be8 commit 406c65b
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
0 commit comments