We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88e9d4 commit 5116d7eCopy full SHA for 5116d7e
test_vector_handlers/tox.ini
@@ -129,7 +129,7 @@ commands =
129
[testenv:pylint]
130
basepython = python3
131
deps =
132
- {[testenv]deps}
+ -rtest/requirements.txt
133
pyflakes
134
pylint
135
commands =
@@ -222,7 +222,7 @@ commands = python setup.py check -r -s
222
223
224
# Pull bandit from github because they haven't published 1.4.1 to pypi yet
225
- git+git://github.com/openstack/bandit.git@master
+ git+git://github.com/PyCQA/bandit.git@master
226
commands = bandit -r src/awses_test_vectors/
227
228
# Prone to false positives: only run independently
0 commit comments