More and more libraries that we are pulling in require Python 3 so
to avoid having to play the pin dependencies whack-a-mole game let's
bump or base python where possible to python3.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I5833692c398521fd9d6bf37f1888cff42f5977d7
./molecule.sh
[testenv:pre-commit]
+basepython = python3
deps = pre-commit
commands =
pre-commit install --hook-type commit-msg