Update zed release for sushy version and tox 4.0

Change-Id: I4ce5ec380c331a5d0a35a6fd30e02c1c7d445d8d
This commit is contained in:
Nisha Agarwal 2023-05-09 20:53:57 +00:00
parent de9759c0d2
commit 4096fd2b8e
2 changed files with 8 additions and 3 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.2.0,<4.4.0
pyOpenSSL>=19.1.0

View File

@ -1,6 +1,5 @@
[tox]
minversion = 3.18.0
skipsdist = True
envlist = py3,pep8
ignore_basepython_conflict=true
@ -19,7 +18,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 =