Update allowlist_externals with full path to commands

Pin flake8 < 6 to avoid plugin incompatibility.

Pattern match any status message from mysql-k8s.

Change-Id: I1d3fe478882ca6e6f36e1b1d3db17f6f5ec058f8
This commit is contained in:
James Page 2023-01-18 13:30:12 +00:00
parent aa05cf99dd
commit 4e3402001f
2 changed files with 4 additions and 5 deletions

View File

@ -48,7 +48,7 @@ target_deploy_status:
workload-status-message-regex: '^$'
mysql:
workload-status: active
workload-status-message-regex: '^$'
workload-status-message-regex: '^.*$'
placement:
workload-status: active
workload-status-message-regex: '^$'

View File

@ -30,8 +30,8 @@ commands = stestr run --slowest {posargs}
allowlist_externals =
git
charmcraft
fetch-libs.sh
rename.sh
{toxinidir}/fetch-libs.sh
{toxinidir}/rename.sh
deps =
-r{toxinidir}/test-requirements.txt
@ -98,8 +98,7 @@ commands = {[testenv:lint]commands}
description = Check code against coding style standards
deps =
black
# flake8==4.0.1 # Pin version until https://github.com/csachs/pyproject-flake8/pull/14 is merged
flake8
flake8<6
flake8-docstrings
flake8-copyright
flake8-builtins