aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2024-09-09 14:46:39 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2024-09-09 17:30:04 +0200
commitad0606305e38e953bc18f150121113a3c2ed5881 (patch)
tree8454c06f8c699c3c19bbb2b83bffa86c20acb2a9 /tox.ini
parent2e48e71af3560382c63a9f5f1bf8b58131cb1b9b (diff)
Upgrade tox to py312
Change-Id: I60e306fb42ac6b4a779908477e7bb37eb95c3e15 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit be4e782b2bb228c865b7f1640a904d099e1f0261)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2e53fa77..585b094c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = pep8,pylint,yamllint,bashate,py310,bandit,perm
+envlist = pep8,pylint,yamllint,bashate,py312,bandit,perm
[testenv]
usedevelop = True
@@ -44,7 +44,7 @@ commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}
[testenv:perm]
basepython = python3.12
allowlist_externals = bash
-path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*' -not -path './elements/functest-kubernetes/install.d/*'
+path=. -prune -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*' -not -path './elements/functest-kubernetes/install.d/*'
commands =
bash -c "\
find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \