Merge "Update zed release for sushy version and tox 4.0" into stable/zed

This commit is contained in:
Zuul 2023-05-17 10:14:17 +00:00 committed by Gerrit Code Review
commit 3de2844acf
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 =