From 42caea3cea8cc56de88e6bc25e3f9b8fc6654ef3 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sat, 20 Jan 2024 16:34:00 -0800 Subject: [PATCH] Update tox.ini Co-authored-by: Ian Stapleton Cordasco --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4124c6b9f..840b9f01d 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - .[yaml,toml,baseline] +extras = yaml toml baseline commands = find bandit -type f -name "*.pyc" -delete stestr run {posargs}