From: Patrick Seidensal Date: Mon, 29 Aug 2022 14:32:00 +0000 (+0200) Subject: mgr: Fix tox test issue due to PrettyTable update X-Git-Tag: v18.0.0~131^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=79534e5dc350ed7aa9cb2dd54f51d0cff3c05496;p=ceph.git 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 --- 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