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: I507f1fa6c55356abb5bc780f4fb672d03d9edffb
     ./molecule.sh
 
 [testenv:pre-commit]
+basepython = python3
 deps =
-    more-itertools~=5.0.0
     pre-commit
 commands =
     pre-commit install --hook-type commit-msg