Do not use -U for pip in Tox

This commit is contained in:
Adrián Chaves 2023-01-02 14:00:37 +01:00
parent deaf1fb6cf
commit 6084e8f627
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ download = true
commands =
pytest --cov=scrapy --cov-report=xml --cov-report= {posargs:--durations=10 docs scrapy tests}
install_command =
pip install -U -ctests/upper-constraints.txt {opts} {packages}
python -I -m pip install -ctests/upper-constraints.txt {opts} {packages}
[testenv:typing]
basepython = python3
@ -107,7 +107,7 @@ deps =
setenv =
_SCRAPY_PINNED=true
install_command =
pip install -U {opts} {packages}
python -I -m pip install {opts} {packages}
[testenv:pinned]
deps =