8000 Merge pull request #8126 from bluetech/tox-regen-pretend-scm2 · pytest-dev/pytest@59bd0f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59bd0f6

Browse files
authored
Merge pull request #8126 from bluetech/tox-regen-pretend-scm2
tox: use pip legacy resolver for regen job
2 parents d51ecbd + 6298ff1 commit 59bd0f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ commands =
8585
changedir = doc/en
8686
basepython = python3
8787
passenv = SETUPTOOLS_SCM_PRETEND_VERSION
88+
# TODO: When setuptools-scm 5.0.0 is released, use SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST
89+
# and remove the next line.
90+
install_command=python -m pip --use-deprecated=legacy-resolver install {opts} {packages}
8891
deps =
8992
dataclasses
9093
PyYAML

0 commit comments

Comments
 (0)
0