This commit is contained in:
Leighton Chen 2023-01-23 10:49:17 -08:00
Родитель 43ac724e1c
Коммит ac2b82b07b
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,5 @@
pytest
psycopg2
flask
django
requests

Просмотреть файл

@ -9,11 +9,15 @@ envlist =
deps =
-r test-requirements.txt
changedir =
distro: azure-monitor-opentelemetry-distro/tests
commands_pre =
python -m pip install -e {toxinidir}/azure-monitor-opentelemetry-distro
py3{7,8,9,10,11}: python -m pip install -U pip setuptools wheel
distro: pip install {toxinidir}/azure-monitor-opentelemetry-distro
commands =
pytest {posargs}
distro: pytest {posargs}
[testenv:lint]
basepython: python3.11