Merge "tox: reduce deps used for pep8 env"
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
flake8
|
||||
openapi-spec-validator
|
||||
|
||||
coverage>=3.6
|
||||
fixtures>=0.3.14
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
testtools>=0.9.32
|
||||
PyMySQL
|
||||
psycopg2-binary
|
||||
mypy<0.650
|
||||
beautifulsoup4
|
||||
|
||||
4
tox.ini
4
tox.ini
@@ -51,6 +51,10 @@ install_command = pip install {opts} {packages}
|
||||
# --ignore-missing-imports tells mypy to not try to follow imported modules
|
||||
# out of the current tree. As you might expect, we don't want to run static
|
||||
# type checking on the world - just on ourselves.
|
||||
deps =
|
||||
flake8
|
||||
mypy<0.650
|
||||
openapi-spec-validator
|
||||
commands =
|
||||
flake8 {posargs}
|
||||
mypy --ignore-missing-imports zuul
|
||||
|
||||
Reference in New Issue
Block a user