Skip to content

Commit

Permalink
Lock onto bandit>=1.5.1 now that PyQCA is doing releases! (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws committed Nov 2, 2018
1 parent 1d0e40d commit c609316
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions decrypt_oracle/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ commands = python setup.py check -r -s
[testenv:bandit]
basepython = python3
deps =
# Pull bandit from github because they haven't published 1.4.1 to pypi yet
git+git://github.com/PyCQA/bandit.git@master
bandit>=1.5.1
commands = bandit -r src/aws_encryption_sdk_decrypt_oracle/

# Prone to false positives: only run independently
Expand Down
3 changes: 1 addition & 2 deletions test_vector_handlers/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ commands = python setup.py check -r -s
[testenv:bandit]
basepython = python3
deps =
# Pull bandit from github because they haven't published 1.4.1 to pypi yet
git+git://github.com/PyCQA/bandit.git@master
bandit>=1.5.1
commands = bandit -r src/awses_test_vectors/

# Prone to false positives: only run independently
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ commands = python setup.py check -r -s
[testenv:bandit]
basepython = python3
deps =
# Pull bandit from github because they haven't published 1.4.1 to pypi yet
git+git://github.com/PyCQA/bandit.git@master
bandit>=1.5.1
commands = bandit -r src/aws_encryption_sdk/

# Prone to false positives: only run independently
Expand Down

0 comments on commit c609316

Please sign in to comment.