Run fullstack jobs on available python

fullstack jobs via tox env are hardcoded to run on python3.6 which
is not available on all the etsting runtime distro version for example
Ubuntu Focal.

Story: #2007865
Task: #40192
Depends-On: https://review.opendev.org/#/c/734700/

Change-Id: I7dd539f4723983c7a7ddf54f2c3010713d84f257
This commit is contained in:
Ghanshyam Mann 2020-09-21 17:24:18 -05:00
parent c587fc063d
commit 29342ddf6f
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ commands = find . -type f -name "*.py[c|o]" -delete
stestr run {posargs}
[testenv:fullstack]
basepython = python3.6
setenv = OS_TEST_PATH=./kuryr_libnetwork/tests/fullstack
passenv = OS_*