Comment 2 for bug 2094783

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to watcher-tempest-plugin (master)

Reviewed: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/939213
Committed: https://opendev.org/openstack/watcher-tempest-plugin/commit/6b0a38b45b8d866edd5b64d696d6c4bf344d6e67
Submitter: "Zuul (22348)"
Branch: master

commit 6b0a38b45b8d866edd5b64d696d6c4bf344d6e67
Author: Chandan Kumar (raukadah) <email address hidden>
Date: Tue Jan 14 15:55:25 2025 +0530

    Drop bandit B320 profile to fix pep8 job

    https://github.com/PyCQA/bandit/commit/e4da0b351f89a82b5de8dd791cbdd963476b5a11
    drops B320 profile from blacklist. Bandit no longer identify this
    profile leading to tox -e pep8 failure.

    By removing it from skip, it fixes the issue.

    Closes-Bug: #2094783

    Change-Id: I4452e28733450266b9a7b1083b8ff4b1bd0477e1
    Signed-off-by: Chandan Kumar (raukadah) <email address hidden>