From 89f6ef2538a7ab27f54e01f5d314d4332fa18b13 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Thu, 26 Oct 2023 09:12:33 -0300 Subject: [PATCH] Tox-4 compatibility fixes Change-Id: Ib7c1de862a518e13de943b24170cd528a330cab8 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2036b84..45f8003 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,8 @@ setenv = VIRTUAL_ENV={envdir} install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/requirements.txt -whitelist_externals = find +allowlist_externals = + find commands = find . -type f -name "*.py[c|o]" -delete stestr run --no-subunit-trace {posargs}