Restrict pip’s --use-feature=2020-resolver to the extra-deps environment

This commit is contained in:
Adrián Chaves 2020-11-11 16:46:03 +01:00
parent 4b28da4333
commit 034d61e6cb
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,6 @@ passenv =
download = true
commands =
py.test --cov=scrapy --cov-report= {posargs:--durations=10 docs scrapy tests}
install_command =
pip install --use-feature=2020-resolver {opts} {packages}
[testenv:typing]
basepython = python3
@ -111,6 +109,8 @@ deps =
{[testenv]deps}
reppy
robotexclusionrulesparser
install_command =
pip install --use-feature=2020-resolver {opts} {packages}
[testenv:asyncio]
commands =