Browse Source

Merge branch 'bugfix/build_fix_python_warning' into 'master'

CI: Allow warning about python cryptgraphy

See merge request espressif/esp-idf!10105
Angus Gratton 5 năm trước cách đây
mục cha
commit
7e2511f8a8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tools/ci/check_build_warnings.py

+ 1 - 0
tools/ci/check_build_warnings.py

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