unpin tox in requirements
for some reason bandit wasn't earlier catching the SubElement usage but now it is, but it's harmless anyway so we'll just suppress it. Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -51,10 +51,9 @@ commands =
|
||||
# run security checks
|
||||
#
|
||||
# again it seems the most valuable here to run against the packaged code
|
||||
# 51457 is nearly a red herring that I'm stuck with because tox is pinned, try removing occasionally
|
||||
commands =
|
||||
bandit {envsitepackagesdir}/incorporealcms/ -r
|
||||
safety check -r requirements/requirements-dev.txt -i 51457
|
||||
safety check -r requirements/requirements-dev.txt
|
||||
|
||||
[testenv:lint]
|
||||
# run style checks
|
||||
|
||||
Reference in New Issue
Block a user