Merge pull request #8126 from bluetech/tox-regen-pretend-scm2

tox: use pip legacy resolver for regen job
This commit is contained in:
Ran Benita 2020-12-12 20:50:10 +02:00 committed by GitHub
commit 59bd0f6912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ commands =
changedir = doc/en
basepython = python3
passenv = SETUPTOOLS_SCM_PRETEND_VERSION
# TODO: When setuptools-scm 5.0.0 is released, use SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST
# and remove the next line.
install_command=python -m pip --use-deprecated=legacy-resolver install {opts} {packages}
deps =
dataclasses
PyYAML