mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
[Tox] Pin pip version to fix PEP517 issues
* Using pyproject.toml for black config pip version 19.1 errors out about using editable install with pyproject.toml. Workaround is to not use pip 19.1 in tox. * Pin to 18.1 to avoid pip-wheel-metadata-folder creation Ref: - https://github.com/pypa/pip/issues/6434 - https://github.com/pypa/pip/issues/6213
This commit is contained in:
parent
84643fb6f7
commit
1425fe5413
4
tox.ini
4
tox.ini
@ -18,8 +18,8 @@ addopts = -p no:warnings --basetemp=_pytest_temp
|
|||||||
[basesetup]
|
[basesetup]
|
||||||
# Minimum pip and setuptools versions to fix system and travis issues.
|
# Minimum pip and setuptools versions to fix system and travis issues.
|
||||||
deps =
|
deps =
|
||||||
pip>=10
|
pip >= 10, <= 18.1
|
||||||
setuptools>=40
|
setuptools >= 40
|
||||||
|
|
||||||
[basetests]
|
[basetests]
|
||||||
deps =
|
deps =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user