From: Roland Dobai Date: Mon, 17 Dec 2018 12:54:14 +0000 (+0100) Subject: ci: Multi-device tests cannot run under Python 3 X-Git-Tag: v3.3-beta2~151^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ad452e7b7afdc1679248671088aa693f5b74ae8;p=esp-idf ci: Multi-device tests cannot run under Python 3 --- diff --git a/tools/ci/setup_python.sh b/tools/ci/setup_python.sh index 296d007351..45944a3579 100644 --- a/tools/ci/setup_python.sh +++ b/tools/ci/setup_python.sh @@ -2,8 +2,10 @@ # Regexp for matching job names which are incompatible with Python 3 # - assign_test, nvs_compatible_test, IT - auto_test_script causes the incompatibility -# - UT_009_ - RS485 multi-device test is not started properly -py3_incomp='assign_test|nvs_compatible_test|IT|UT_009_' +# - UT_009_ - multi-device tests are not compatible +# - UT_014_ - multi-device tests are not compatible +# - UT_017_ - multi-device tests are not compatible +py3_incomp='assign_test|nvs_compatible_test|IT|UT_009_|UT_014_|UT_017_' if [ -z ${PYTHON_VER+x} ] || [[ $CI_JOB_NAME =~ $py3_incomp ]]; then # Use this version of the Python interpreter if it was not defined before or