8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d51ecbd + 6298ff1 commit 59bd0f6Copy full SHA for 59bd0f6
tox.ini
@@ -85,6 +85,9 @@ commands =
85
changedir = doc/en
86
basepython = python3
87
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}
91
deps =
92
dataclasses
93
PyYAML
0 commit comments