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=refs%2Fpull%2F47804%2Fhead;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 226425f1392..ab36032e670 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