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:
Angus Gratton 2020-08-21 15:30:08 +08:00
commit 7e2511f8a8

View File

@ -29,6 +29,7 @@ IGNORE_WARNS = [
r"reassigning to symbol",
r"changes choice state",
r"crosstool_version_check\.cmake",
r"CryptographyDeprecationWarning",
]
]