aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-11-30 17:03:56 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-12-07 18:58:30 +0100
commit386d39bc663aca70982266adb3d454fc610491b6 (patch)
tree7cbb1e70d61e30daf6cdab0ec3c05f119f4e375b /tox.ini
parentde7565b301900f3f183ddca693c8cdf53f225326 (diff)
Remove PyYaml from upper constraints
It doesnt compile because of cython Change-Id: I6e1c531a2f7b3384bc4a5256120d917dec7c43c6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 0f6720448bd99fd9b732f124da1a1272ee331589)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 4 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 313ef2b6..cc1472fe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,9 +29,7 @@ commands = pylint \
[testenv:yamllint]
basepython = python3.10
-files =
- .travis.yml
- docker
+files =.travis.yml docker
commands =
yamllint {[testenv:yamllint]files}
@@ -41,15 +39,13 @@ commands = bandit -r functest_kubernetes -x tests -n 5 -ll
[testenv:bashate]
basepython = python3.10
-files =
- build.sh
- functest_kubernetes/ci/download_images.sh
+files =build.sh functest_kubernetes/ci/download_images.sh
commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}
[testenv:perm]
basepython = python3.10
-whitelist_externals = bash
-path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*'
+allowlist_externals = bash
+path=. -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 \) \