From e7bcb271418a5b308cbd281b5b1f75532a5a5577 Mon Sep 17 00:00:00 2001 From: Dan Voiculeasa Date: Tue, 17 Aug 2021 11:16:38 +0000 Subject: [PATCH] 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 Change-Id: Ifd76bff0761554d3c53f46877fecbc4bbcec5ad4 --- build-tools/requirements/debian/upper-constraints.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-tools/requirements/debian/upper-constraints.txt b/build-tools/requirements/debian/upper-constraints.txt index 365433a4..5b21a502 100644 --- a/build-tools/requirements/debian/upper-constraints.txt +++ b/build-tools/requirements/debian/upper-constraints.txt @@ -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