Pin yapf version

The output with yapf version 0.24.0 has some changes which are in
conflict with the flake8 E126 rule. Hence pinning to <=0.23.0 for now.

Change-Id: I80b4094673eeca6dddc4fde0c324e0f5d9ec5d99
This commit is contained in:
Sean Eagan 2018-09-10 13:01:05 -05:00
parent 9c3ebe68c7
commit c6dbf3344d
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,5 @@ os-testr>=1.0.0 # Apache-2.0
flake8>=3.3.0
mock
responses>=0.8.1
yapf
# TODO: Resolve issues with >=0.24.0
yapf<=0.23.0

View File

@ -65,7 +65,6 @@ commands =
[testenv:pep8]
basepython = python3
deps =
yapf
.[bandit]
{[testenv]deps}
commands =