Skip to content

Commit 74fcbf4

Browse files
authored
Fix pyyaml version (#1892)
1 parent cfdd4ae commit 74fcbf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ commands =
502502
codespell
503503

504504
[testenv:lint]
505-
basepython: python3.10
505+
basepython: python3.9
506506
recreate = False
507507
deps =
508508
-c dev-requirements.txt
@@ -596,6 +596,7 @@ deps =
596596
flaky==3.7.0
597597
remoulade>=0.50
598598
mysqlclient~=2.1.1
599+
pyyaml==5.3.1
599600

600601
changedir =
601602
tests/opentelemetry-docker-tests/tests

0 commit comments

Comments
 (0)