Use Python3 in client side to run Python2 functional tests

This change makes Python2 functional tests use Python 3 client side
to avoid "InterpreterNotFound: python2.7" error with tox in focal.
Server side processes are still launched on Python 2.7.

Change-Id: Ie2ac2b6c05d54e5a7798447ce7c120c2422140e4
This commit is contained in:
Takashi Kajinami 2021-03-23 23:47:44 +09:00
parent a16929281e
commit c3f0896134
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
roles:
- tox
vars:
- tox_envlist: func
- tox_envlist: func-py3
environment:
USE_PYTHON3: "False"