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 <pseidensal@suse.com>
This commit is contained in:
Patrick Seidensal 2022-08-29 16:32:00 +02:00
parent 3551d7f8b3
commit 79534e5dc3
No known key found for this signature in database
GPG Key ID: E8DE675E1D128B94

View File

@ -5,7 +5,7 @@ cryptography
jsonpatch
Jinja2
pecan
prettytable
prettytable==3.3.0
pyfakefs
pyOpenSSL
pytest-cov==2.7.1