From: Anil Belur Date: Thu, 17 Oct 2019 08:50:39 +0000 (+0530) Subject: Update pytest to python3 X-Git-Tag: v0.28.0~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=865a0e7cf74821ee64197ef1e498b26293290503;p=releng%2Flftools.git Update pytest to python3 Change-Id: I46c6d4ad90c0e9e6874481a93a08d6c961dc81ae Signed-off-by: Anil Belur --- 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