From 52065ac44f1683aa6dbae6c62619ce0bab871df2 Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Thu, 20 Aug 2020 17:20:38 +0800 Subject: [PATCH] CI: Allow warning about python cryptgraphy --- tools/ci/check_build_warnings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci/check_build_warnings.py b/tools/ci/check_build_warnings.py index d8b359111d..c7e71e49b2 100755 --- a/tools/ci/check_build_warnings.py +++ b/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", ] ]