mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Ignore Python 2 deprecation warning
This commit is contained in:
parent
f4739d69ab
commit
d3c35e1c5f
@ -191,6 +191,8 @@ library/error\.o\
|
||||
\|changes choice state\
|
||||
\|Compiler version is not supported\
|
||||
\|Toolchain version is not supported\
|
||||
\|Python 3 versions older than 3\.6 are not supported\.\
|
||||
\|Support for Python 2 is deprecated and will be removed in future versions\.\
|
||||
"
|
||||
|
||||
sort -u "${LOG_SUSPECTED}" | grep -v "${IGNORE_WARNS}" \
|
||||
|
@ -31,7 +31,7 @@ IGNORE_WARNS = [
|
||||
r"crosstool_version_check\.cmake",
|
||||
r"CryptographyDeprecationWarning",
|
||||
r"Python 3 versions older than 3.6 are not supported.",
|
||||
r"Python 2 is deprecated and will be removed in future versions."
|
||||
r"Support for Python 2 is deprecated and will be removed in future versions.",
|
||||
]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user