mistral-dashboard 12.0.1 (wallaby)
We enthusiastically announce the release of: mistral-dashboard 12.0.1: Mistral dashboard This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/mistral-dashboard Download the package from: https://pypi.org/project/mistral-dashboard Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral-dashboard 12.0.0..12.0.1 ------------------------------------------- c622cf2 Update .gitreview for stable/wallaby 2ef9a24 Setting DEFAULT to False. 897b07f Fix gate jobs Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + mistraldashboard/action_executions/tables.py | 3 +-- mistraldashboard/default/smart_cell.py | 6 +++--- mistraldashboard/enabled/_50_mistral.py | 2 +- mistraldashboard/executions/tables.py | 3 +-- mistraldashboard/tasks/tables.py | 3 +-- mistraldashboard/test/settings.py | 2 +- test-requirements.txt | 8 ++------ tox.ini | 10 +++++----- 9 files changed, 16 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 87fced8..02499b8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,6 +5,2 @@ -# Hacking already pins down pep8, pyflakes and flake8 -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1 +# hacking should appear first in case something else depends on pep8 +hacking>=4.0.0,<4.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org