CI: Allow warning about python cryptgraphy

This commit is contained in:
Jakob Hasse 2020-08-20 17:20:38 +08:00
parent 6c17e3a64c
commit 52065ac44f

View File

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