Temporary downgrade SQLAlchemy version in mock environments

Downgrade SQLAlchemy version to allow stx/config/sysinv tests to pass.
This will allow the zuul gate to pass. This allows py39 tests zuul
gate for stx/config/sysinv to be successfully set up.

Story: 2009101
Task: 42976
Partial-Bug: 1940281
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: Ifd76bff0761554d3c53f46877fecbc4bbcec5ad4
This commit is contained in:
Dan Voiculeasa 2021-08-17 11:16:38 +00:00
parent ea24a55509
commit e7bcb27141

View File

@ -163,7 +163,11 @@ six===1.16.0
snowballstemmer===2.1.0
soupsieve===2.2.1
Sphinx===3.4.3
SQLAlchemy===1.3.22
#SQLAlchemy===1.3.22 # on box
SQLAlchemy===1.2.0 # Temporary workaround for stx/config/sysinv unit tests
# to allow zuul gate to pass
# Remove once BUG 1940281 is fixed
# https://bugs.launchpad.net/starlingx/+bug/1940281
sqlparse===0.4.1
statsd===3.3.0
stevedore===3.2.2