From 17958681f6b2f076b54951680843b2d2eac59494 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 5 Sep 2020 16:16:52 -0500 Subject: [goal] Migrate testing to ubuntu focal As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. - noqa for pep8 C901 check. Closes-Bug: #1886298 Story: #2007865 Task: #40186 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I67b4957cea1ccbd5cdc0314d2eaddef0c24f7dfc --- heatclient/v1/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heatclient') diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py index 04ebf44..ce6272b 100644 --- a/heatclient/v1/shell.py +++ b/heatclient/v1/shell.py @@ -740,7 +740,7 @@ def do_output_list(hc, args): @utils.arg('--with-detail', default=False, action="store_true", help=_('Enable detail information presented, like ' 'key and description.')) -def do_output_show(hc, args): +def do_output_show(hc, args): # noqa: C901 """Show a specific stack output.""" show_deprecated('heat output-show', 'openstack stack output show') -- cgit v1.2.1