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.
1 parent c7dada5 commit bf54105Copy full SHA for bf54105
tox.ini
@@ -158,6 +158,7 @@ setenv =
158
; i.e: CONTRIB_REPO_SHA=dde62cebffe519c35875af6d06fae053b3be65ec tox -e <env to test>
159
CONTRIB_REPO_SHA={env:CONTRIB_REPO_SHA:main}
160
CONTRIB_REPO=git+https://github.com/open-telemetry/opentelemetry-python-contrib.git@{env:CONTRIB_REPO_SHA}
161
+ UV_CONFIG_FILE={toxinidir}/tox-uv.toml
162
commands_pre =
163
; In order to get a healthy coverage report,
164
; we have to install packages in editable mode.
0 commit comments