mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-02 23:32:42 +00:00
Bugfix/fix RS485 ut fail
This commit is contained in:
committed by
Michael (XIAO Xufeng)
parent
6a31d0e467
commit
8737584789
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user