tox: Pin ruamel.yaml version to <0.18.0
Some functions have become deprecated on 0.18.0 [1], such as yaml safe_load() and safe_load_all() Pinned the version to allow commits to merge while these API calls are updated. [1] https://pypi.org/project/ruamel.yaml/0.18.0/ Test Plan: pass: tox -epylint -vv --skip-missing-interpreters=false pass: tox Closes-Bug: 2040283 Change-Id: I83f1319ea99106be0d3c712c68d2c12d7b9646d9 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
This commit is contained in:
parent
42d1114648
commit
b4c1de12a9
@ -1 +1 @@
|
|||||||
# Nothing
|
ruamel.yaml<0.18.0
|
||||||
|
1
tox.ini
1
tox.ini
@ -148,7 +148,6 @@ basepython = python3
|
|||||||
sitepackages = False
|
sitepackages = False
|
||||||
|
|
||||||
deps = {[testenv]deps}
|
deps = {[testenv]deps}
|
||||||
ruamel.yaml
|
|
||||||
requests
|
requests
|
||||||
pylint<2.5.0
|
pylint<2.5.0
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user