commit 29342ddf6fae8eb61181e1fd26e7878e653858f2 Author: Ghanshyam Mann Date: Mon Sep 21 17:24:18 2020 -0500 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 diff --git a/tox.ini b/tox.ini index 6b2526e..7dcfac8 100644 --- a/tox.ini +++ b/tox.ini @@ -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_*