From ada147f4ecd995cb682a5aadecdc43f563d0543c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 13 Sep 2022 21:14:06 +0200 Subject: [PATCH] Revert "Add exceptions." This reverts commit c7494212929768680c79d213bc545476b2cc1168. --- tests/sanity/extra/licenses.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py index 9eb3cc9e..80eb795e 100755 --- a/tests/sanity/extra/licenses.py +++ b/tests/sanity/extra/licenses.py @@ -76,8 +76,6 @@ def main(): '.reuse/dep5', 'LICENSES/*.txt', 'COPYING', - 'tests/integration/targets/*/files/*.pem', - 'tests/integration/targets/*/files/roots/*.pem', ] no_comments_allowed = [fn for pattern in no_comments_allowed for fn in glob.glob(pattern)]