mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
ci: Ignore Python 2 deprecation warning
This commit is contained in:
@@ -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.",
|
||||
]
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user