Merge pull request #8126 from bluetech/tox-regen-pretend-scm2
tox: use pip legacy resolver for regen job
This commit is contained in:
commit
59bd0f6912
3
tox.ini
3
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue