Skip to content

Lock onto bandit>=1.5.1 now that PyQCA is doing releases! #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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