Update yoga for sushy version and tox4.0

Change-Id: Iefea4d06982941c61c31e84ca313bf29ee96e0e2
This commit is contained in:
Nisha Agarwal 2023-05-09 21:09:58 +00:00
parent 2d4f4e45e3
commit 71e7e56851
2 changed files with 8 additions and 2 deletions

View File

@ -9,5 +9,5 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
pysnmp>=4.2.3,<5.0.0 # BSD
# Redfish communication uses the Sushy library
sushy>=4.1.0
sushy>=4.1.0,<4.2.0
pyOpenSSL>=19.1.0

View File

@ -19,7 +19,13 @@ deps =
-r{toxinidir}/test-requirements.txt
commands =
stestr run {posargs}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
passenv =
http_proxy
HTTP_PROXY
https_proxy
HTTPS_PROXY
no_proxy
NO_PROXY
[testenv:pep8]
deps =