From 4096fd2b8e62843f1bd13ffb41a69e3016d27723 Mon Sep 17 00:00:00 2001 From: Nisha Agarwal Date: Tue, 9 May 2023 20:53:57 +0000 Subject: [PATCH] Update zed release for sushy version and tox 4.0 Change-Id: I4ce5ec380c331a5d0a35a6fd30e02c1c7d445d8d --- requirements.txt | 2 +- tox.ini | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 06af610c..d214c781 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index 3b0dbe43..eb99cf7c 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =