Tools: add Python 2 deprecation warning

This commit is contained in:
martin.gano
2020-11-04 23:32:40 +01:00
parent 66416d1a8b
commit f4ea2dcb74
12 changed files with 88 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ IGNORE_WARNS = [
r"changes choice state",
r"crosstool_version_check\.cmake",
r"CryptographyDeprecationWarning",
r"Python 3 versions older than 3.6 are not supported."
]
]