mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 21:23:55 +08:00
Refactor tox to 3.9
This commit is contained in:
4
tox.ini
4
tox.ini
@ -502,7 +502,7 @@ commands =
|
||||
codespell
|
||||
|
||||
[testenv:lint]
|
||||
basepython: python3.10
|
||||
basepython: python3.9
|
||||
recreate = False
|
||||
deps =
|
||||
-c dev-requirements.txt
|
||||
@ -536,7 +536,7 @@ commands_pre =
|
||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
|
||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
|
||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
|
||||
python3.9 -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
|
||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
|
||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
|
||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
|
||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
|
||||
|
Reference in New Issue
Block a user