Refactor tox to 3.9

This commit is contained in:
Diego Hurtado
2023-07-18 17:44:48 +02:00
parent 93c7194d32
commit 7f4cb73ffe

View File

@ -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]