Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3e1b43d
)
Add bandit missing in default env list
84/74584/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Wed, 11 Sep 2024 14:43:17 +0000
(16:43 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Wed, 11 Sep 2024 14:43:53 +0000
(16:43 +0200)
Change-Id: I4abfa25db5291ddcb0aefbc901ce3f23ce90103a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit
d5633620355eec4d6af27136fa57dc693811fb8a
)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
830ec6f
..
2b59463
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-1,5
+1,5
@@
[tox]
-envlist = docs,pep8,pylint,yamllint,bashate,py312,cover,perm,pre-commit
+envlist = docs,pep8,pylint,yamllint,bashate,
bandit,
py312,cover,perm,pre-commit
skipsdist = True
[testenv]