mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Merge branch 'bugfix/build_fix_python_warning' into 'master'
CI: Allow warning about python cryptgraphy See merge request espressif/esp-idf!10105
This commit is contained in:
@@ -29,6 +29,7 @@ IGNORE_WARNS = [
|
||||
r"reassigning to symbol",
|
||||
r"changes choice state",
|
||||
r"crosstool_version_check\.cmake",
|
||||
r"CryptographyDeprecationWarning",
|
||||
]
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user