mirror of https://github.com/scrapy/scrapy.git
Do not use -U for pip in Tox
This commit is contained in:
parent
deaf1fb6cf
commit
6084e8f627
4
tox.ini
4
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue