Skip to content

Commit 7e2511f

Browse files
committed
Merge branch 'bugfix/build_fix_python_warning' into 'master'
CI: Allow warning about python cryptgraphy See merge request espressif/esp-idf!10105
2 parents a80b25e + 52065ac commit 7e2511f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci/check_build_warnings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
r"reassigning to symbol",
3030
r"changes choice state",
3131
r"crosstool_version_check\.cmake",
32+
r"CryptographyDeprecationWarning",
3233
]
3334
]
3435

0 commit comments

Comments
 (0)