Skip to content

Commit 83234a2

Browse files
committed
work around PyCQA/bandit#956
1 parent 876171e commit 83234a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ deps =
3939
py{36,37,38,39,310,311}-lint: flake8-bugbear
4040
py{36,37,38,39,310,311}-lint: black
4141
py{36,37,38,39,310,311}-bandit: bandit
42+
py{36,37}-bandit: importlib-metadata<5 # work around https://github.com/PyCQA/bandit/issues/956
4243
py{37,38,39,310,311}-mypy: -rmypy-requirements.txt
4344

4445
setenv =

0 commit comments

Comments
 (0)