Bugfix/fix RS485 ut fail

This commit is contained in:
Alex Lisitsyn
2020-10-19 16:17:19 +08:00
committed by Michael (XIAO Xufeng)
parent 6a31d0e467
commit 8737584789
4 changed files with 17 additions and 14 deletions

View File

@@ -7,9 +7,8 @@
# Regexp for matching job names which are incompatible with Python 3
# - 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='UT_009_|UT_013_|UT_014_|UT_017_'
py3_incomp='UT_009_|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