Merge "Remove flake8 from the test-requirements"

This commit is contained in:
Zuul 2019-09-06 03:14:09 +00:00 committed by Gerrit Code Review
commit 943f7bc5d6
2 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,6 @@
# process, which may cause wedges in the gate later.
# this file lists dependencies required for the testing of heat
# Install flake8 first, it pulls in the right linter versions
flake8<2.6.0,>=2.5.4 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
stestr>=2.0.0 # Apache-2.0

View File

@ -16,6 +16,8 @@ commands = python setup.py build_sphinx
[testenv:pep8]
basepython = python3
deps =
flake8<2.7.0,>=2.6.0
commands = flake8
[testenv:venv]