Update antelope for sushy version and constraints file branch

Change-Id: I89ce8f6ec137a0c362e8291fa73b0a4f6ca5fd03
This commit is contained in:
Nisha Agarwal 2023-05-09 21:23:13 +00:00
parent ad0d7c0382
commit 9af32e0009
3 changed files with 3 additions and 2 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=x/proliantutils.git
defaultbranch=stable/antelope

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.4.0
pyOpenSSL>=19.1.0

View File

@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
TESTS_DIR=./proliantutils/tests/
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/antelope}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =