Skip to content

Commit 5116d7e

Browse files
committed
* pylint should not use conditional dependencies
* bandit moved under PyCQA
1 parent b88e9d4 commit 5116d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_vector_handlers/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ commands =
129129
[testenv:pylint]
130130
basepython = python3
131131
deps =
132-
{[testenv]deps}
132+
-rtest/requirements.txt
133133
pyflakes
134134
pylint
135135
commands =
@@ -222,7 +222,7 @@ commands = python setup.py check -r -s
222222
basepython = python3
223223
deps =
224224
# Pull bandit from github because they haven't published 1.4.1 to pypi yet
225-
git+git://github.com/openstack/bandit.git@master
225+
git+git://github.com/PyCQA/bandit.git@master
226226
commands = bandit -r src/awses_test_vectors/
227227

228228
# Prone to false positives: only run independently

0 commit comments

Comments
 (0)