From 7b44f07559408c0fcb482d0612329ee3e291534e Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 19 Jan 2023 13:33:52 +0000 Subject: [PATCH] tox 4 compatibility fixes Fully qualify allowed external commands. Wildcard mysql unit status messages. Change-Id: I1c4233eceec251c57f59ba9899721ebed1f6d15c --- tests/tests.yaml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tests.yaml b/tests/tests.yaml index 2555bd2..874eb56 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -58,7 +58,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: '^$' diff --git a/tox.ini b/tox.ini index 65e24b0..471b0d8 100644 --- a/tox.ini +++ b/tox.ini @@ -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