mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 13:12:39 +08:00
Fix pyyaml version (#1892)
This commit is contained in:
3
tox.ini
3
tox.ini
@ -502,7 +502,7 @@ commands =
|
|||||||
codespell
|
codespell
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
basepython: python3.10
|
basepython: python3.9
|
||||||
recreate = False
|
recreate = False
|
||||||
deps =
|
deps =
|
||||||
-c dev-requirements.txt
|
-c dev-requirements.txt
|
||||||
@ -596,6 +596,7 @@ deps =
|
|||||||
flaky==3.7.0
|
flaky==3.7.0
|
||||||
remoulade>=0.50
|
remoulade>=0.50
|
||||||
mysqlclient~=2.1.1
|
mysqlclient~=2.1.1
|
||||||
|
pyyaml==5.3.1
|
||||||
|
|
||||||
changedir =
|
changedir =
|
||||||
tests/opentelemetry-docker-tests/tests
|
tests/opentelemetry-docker-tests/tests
|
||||||
|
Reference in New Issue
Block a user