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 ea89303 commit 18b9badCopy full SHA for 18b9bad
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-managed"
+ UV_PYTHON_PREFERENCE=only-system
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