Skip to content

Commit

Permalink
Pin yapf to <0.27 (0.26)
Browse files Browse the repository at this point in the history
Format checking is failing with yapf 0.27, but if yapf 0.27's changes are
applied, linting fails. We need to deal with that, but CI should not
continue to be broken while that discussion takes place, so I suggest
pinning yapf to keep CI working while we come to a consensus on what to
do about yapf.

Signed-off-by: Sean Myers <[email protected]>
  • Loading branch information
Sean Myers authored and webknjaz committed Apr 9, 2019
1 parent 5314ebd commit b737a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ usedevelop = false
[testenv:format]
commands =
yapf -i -r molecule/ test/
deps = yapf>=0.25.0,<2
deps = yapf>=0.25.0,<0.27
extras =
skip_install = true
usedevelop = false
Expand Down

0 comments on commit b737a24

Please sign in to comment.