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 ce80ef3 commit b9b5074Copy full SHA for b9b5074
tox.ini
@@ -165,7 +165,7 @@ setenv =
165
CONTRIB_REPO_SHA={env:CONTRIB_REPO_SHA:main}
166
CONTRIB_REPO=git+https://github.com/open-telemetry/opentelemetry-python-contrib.git@{env:CONTRIB_REPO_SHA}
167
UV_CONFIG_FILE={toxinidir}/tox-uv.toml
168
- UV_PYTHON_PREFERENCE=only-system
+ UV_PYTHON_PREFERENCE=only-managed
169
mypy: MYPYPATH={toxinidir}/opentelemetry-api/src/:{toxinidir}/opentelemetry-semantic-conventions/src/:{toxinidir}/opentelemetry-sdk/src/:{toxinidir}/tests/opentelemetry-test-utils/src/
170
commands_pre =
171
; In order to get a healthy coverage report,
0 commit comments