Skip to content

Commit

Permalink
Merge pull request #8126 from bluetech/tox-regen-pretend-scm2
Browse files Browse the repository at this point in the history
tox: use pip legacy resolver for regen job
  • Loading branch information
bluetech committed Dec 12, 2020
2 parents d51ecbd + 6298ff1 commit 59bd0f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit 59bd0f6

Please sign in to comment.