Skip to content

Commit

Permalink
Bump behave version
Browse files Browse the repository at this point in the history
Old version uses 2to3 via setuptools which is now deprecated, bump to
latest dev version including a Yelp patch
  • Loading branch information
mattmb committed Mar 13, 2024
1 parent 51dbe99 commit 2f5aae0
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 @@ -143,7 +143,7 @@ deps =
behave==1.2.5
commands =
# TODO: upgrade behave if they ever take this reasonable PR
pip install git+https://github.com/Yelp/behave@1.2.5-issue_533-fork
pip install git+https://github.com/Yelp/behave@v1.2.7.dev5-issue_533-fork
pylint -E paasta_tools/mesos/ --ignore master.py,task.py
behave {posargs}

Expand Down

0 comments on commit 2f5aae0

Please sign in to comment.