d8a8f99d39
Currently tox jobs are broken because python-glareclient can't be installed with the latest constraints. The conflict is caused by: python-cinderclient 8.3.0 depends on PrettyTable>=0.7.2 python-glanceclient 3.6.0 depends on PrettyTable>=0.7.1 python-glareclient 0.5.3 depends on PrettyTable<0.8 and >=0.7.1 ... The user requested (constraint) prettytable===2.5.0 The Glare project has been unmaintained for a while[1]. It does not support any of the current tested runtime and is considered to be incompatible with recent OpenStack releases. Because of these points, this change removes dependency on Glare. Deprecation step is skipped to unblock CI jobs. Also, this change removes the broken lower constraints job. It was removed from Mistral a while ago[2] from the Mistral repo. [1] https://opendev.org/x/glare [2] https://review.opendev.org/c/openstack/mistral/+/770525 Change-Id: Ib6c138e3ce72ce775e29db80a076b9ade37ddaa0 |
||
---|---|---|
.. | ||
actions | ||
resources/openstack/workflows | ||
tests | ||
__init__.py | ||
config.py | ||
version.py | ||
workflows.py |