From ead2a4843e8c81b9b9c881cc24558260849d1fdc Mon Sep 17 00:00:00 2001 From: Patrick Seidensal Date: Mon, 29 Aug 2022 16:32:00 +0200 Subject: [PATCH] mgr: Fix tox test issue due to PrettyTable update Since the update of PrettyTable 3.3.0 to 3.4.0 on Aug 25, 2022, three tests inside tox broke as the new version returns tables slightly differently. Alternatively, the tests could be adapted. Signed-off-by: Patrick Seidensal (cherry picked from commit 79534e5dc350ed7aa9cb2dd54f51d0cff3c05496) --- src/pybind/mgr/requirements-required.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/requirements-required.txt b/src/pybind/mgr/requirements-required.txt index 226425f13920..ab36032e6705 100644 --- a/src/pybind/mgr/requirements-required.txt +++ b/src/pybind/mgr/requirements-required.txt @@ -5,7 +5,7 @@ cryptography jsonpatch Jinja2 pecan -prettytable +prettytable==3.3.0 pyfakefs pyOpenSSL pytest-cov==2.7.1 -- 2.47.3