diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \) \ |