From 865a0e7cf74821ee64197ef1e498b26293290503 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 17 Oct 2019 14:20:39 +0530 Subject: [PATCH] Update pytest to python3 Change-Id: I46c6d4ad90c0e9e6874481a93a08d6c961dc81ae Signed-off-by: Anil Belur --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0de3052e..c1c00b1e 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ envlist = skip_missing_interpreters = true [testenv] +basepython = python3 deps = -r{toxinidir}/requirements-test.txt commands = pytest -- 2.16.6