From ff4be0cd4044a634a8ad04ad50bc97fa625b3305 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 15 Feb 2017 16:01:43 +0100 Subject: [PATCH] Explicitly use python 2 for the unit-with-driver-libs tox target Tox in Fedora 25 uses python 3 by default, and UcsSdk is not compatible with it. Change-Id: Ib67b771bf2277a858f2a621d652bfc3c9254058e (cherry picked from commit 8058716018c1fa55dbba1b03be1e71968e3fc70f) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 80d175dfed..0cbd765bd1 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ commands = ostestr {posargs} passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:unit-with-driver-libs] +basepython = python2 deps = {[testenv]deps} -r{toxinidir}/driver-requirements.txt