]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: Fix tox test issue due to PrettyTable update 47804/head
authorPatrick Seidensal <pseidensal@suse.com>
Mon, 29 Aug 2022 14:32:00 +0000 (16:32 +0200)
committerPatrick Seidensal <pseidensal@suse.com>
Mon, 29 Aug 2022 15:02:06 +0000 (17:02 +0200)
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 <pseidensal@suse.com>
src/pybind/mgr/requirements-required.txt

index 226425f139202272452f84e6b98c75f991e7141d..ab36032e6705f32517b497f7155d4758593df5e6 100644 (file)
@@ -5,7 +5,7 @@ cryptography
 jsonpatch
 Jinja2
 pecan
-prettytable
+prettytable==3.3.0
 pyfakefs
 pyOpenSSL
 pytest-cov==2.7.1