Revert "Use --use-deprecated=legacy-resolver"

This reverts commit 7b11b74c77.
This commit is contained in:
Adrián Chaves 2021-02-05 13:06:27 +01:00
parent 7afcd634ab
commit 8527b53e14
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ passenv =
GCS_PROJECT_ID
#allow tox virtualenv to upgrade pip/wheel/setuptools
download = true
# TODO: Remove the custom install_command below
# Temporary workaround to filter out errors caused by the insanely long time
# that it takes for the new resolver to install dependencies.
install_command=python -m pip install --use-deprecated=legacy-resolver {opts} {packages}
commands =
py.test --cov=scrapy --cov-report=xml --cov-report= {posargs:--durations=10 docs scrapy tests}