Configure basepython to python3 97/16697/1
authorThanh Ha <zxiiro@gmail.com>
Tue, 27 Aug 2019 18:59:50 +0000 (14:59 -0400)
committerThanh Ha <zxiiro@gmail.com>
Tue, 27 Aug 2019 18:59:50 +0000 (14:59 -0400)
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

tox.ini

diff --git a/tox.ini b/tox.ini
index cbb7c2b..369e151 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -19,8 +19,8 @@ commands =
     ./molecule.sh
 
 [testenv:pre-commit]
+basepython = python3
 deps =
-    more-itertools~=5.0.0
     pre-commit
 commands =
     pre-commit install --hook-type commit-msg