This commit is contained in:
Родитель
43ac724e1c
Коммит
ac2b82b07b
|
@ -1,4 +1,5 @@
|
|||
pytest
|
||||
psycopg2
|
||||
flask
|
||||
django
|
||||
requests
|
8
tox.ini
8
tox.ini
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче