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 8058716018)
This commit is contained in:
Dmitry Tantsur 2017-02-15 16:01:43 +01:00
parent 0c5156b423
commit ff4be0cd40
1 changed files with 1 additions and 0 deletions

View File

@ -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