Skip to content

Commit 8d0c210

Browse files
committed
Temporarily disable Bandit, which depends on GitPython
PyCQA/bandit#976 gitpython-developers/GitPython#1515
1 parent 51acfa4 commit 8d0c210

File tree

2 files changed

+39
-128
lines changed

2 files changed

+39
-128
lines changed

poetry.lock

+30-120
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+9-8
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ netaddr = "^0.8"
2323
[tool.poetry.group.ansible-lint.dependencies]
2424
ansible-lint = "^6.8.7"
2525

26-
[tool.poetry.group.bandit.dependencies]
27-
bandit = { version = "^1.7.4", extras = ["toml"] }
26+
# [tool.poetry.group.bandit.dependencies]
27+
# bandit = { version = "^1.7.4", extras = ["toml"] }
28+
# gitpython = ">3.1.29"
2829

2930
[tool.poetry.group.flake8.dependencies]
3031
black = "^22.10.0"
@@ -90,7 +91,7 @@ legacy_tox_ini = """
9091
[tox]
9192
envlist =
9293
ansible-lint
93-
bandit
94+
#bandit
9495
flake8
9596
mypy
9697
pip-audit
@@ -125,11 +126,11 @@ commands =
125126
{toxinidir}/site-sysupgrade.yml
126127
deps = ansible-lint
127128
128-
[testenv:bandit]
129-
commands =
130-
poetry run bandit --version
131-
poetry run bandit -qrc {toxinidir}/pyproject.toml {toxinidir}/plugins/modules/
132-
deps = bandit
129+
# [testenv:bandit]
130+
# commands =
131+
# poetry run bandit --version
132+
# poetry run bandit -qrc {toxinidir}/pyproject.toml {toxinidir}/plugins/modules/
133+
# deps = bandit
133134
134135
[testenv:flake8]
135136
commands =

0 commit comments

Comments
 (0)