diff options
Diffstat (limited to 'meta/lib/patchtest/tests')
-rw-r--r-- | meta/lib/patchtest/tests/test_mbox_cve.py | 1 | ||||
-rw-r--r-- | meta/lib/patchtest/tests/test_mbox_mailinglist.py | 1 | ||||
-rw-r--r-- | meta/lib/patchtest/tests/test_metadata_src_uri.py | 1 | ||||
-rw-r--r-- | meta/lib/patchtest/tests/test_patch_cve.py | 1 | ||||
-rw-r--r-- | meta/lib/patchtest/tests/test_patch_upstream_status.py | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/patchtest/tests/test_mbox_cve.py b/meta/lib/patchtest/tests/test_mbox_cve.py index 31faeb5ef5..29ab12cbb5 100644 --- a/meta/lib/patchtest/tests/test_mbox_cve.py +++ b/meta/lib/patchtest/tests/test_mbox_cve.py | |||
@@ -6,7 +6,6 @@ | |||
6 | # | 6 | # |
7 | 7 | ||
8 | import base | 8 | import base |
9 | import os | ||
10 | import parse_cve_tags | 9 | import parse_cve_tags |
11 | import pyparsing | 10 | import pyparsing |
12 | 11 | ||
diff --git a/meta/lib/patchtest/tests/test_mbox_mailinglist.py b/meta/lib/patchtest/tests/test_mbox_mailinglist.py index 0ffb6056c0..feff436089 100644 --- a/meta/lib/patchtest/tests/test_mbox_mailinglist.py +++ b/meta/lib/patchtest/tests/test_mbox_mailinglist.py | |||
@@ -4,7 +4,6 @@ | |||
4 | # | 4 | # |
5 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
6 | 6 | ||
7 | import subprocess | ||
8 | import collections | 7 | import collections |
9 | import base | 8 | import base |
10 | import pyparsing | 9 | import pyparsing |
diff --git a/meta/lib/patchtest/tests/test_metadata_src_uri.py b/meta/lib/patchtest/tests/test_metadata_src_uri.py index 01d8a45103..87a24ea937 100644 --- a/meta/lib/patchtest/tests/test_metadata_src_uri.py +++ b/meta/lib/patchtest/tests/test_metadata_src_uri.py | |||
@@ -4,7 +4,6 @@ | |||
4 | # | 4 | # |
5 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
6 | 6 | ||
7 | import subprocess | ||
8 | import base | 7 | import base |
9 | import os | 8 | import os |
10 | import pyparsing | 9 | import pyparsing |
diff --git a/meta/lib/patchtest/tests/test_patch_cve.py b/meta/lib/patchtest/tests/test_patch_cve.py index c0c7e742ee..c77848de45 100644 --- a/meta/lib/patchtest/tests/test_patch_cve.py +++ b/meta/lib/patchtest/tests/test_patch_cve.py | |||
@@ -6,7 +6,6 @@ | |||
6 | # | 6 | # |
7 | 7 | ||
8 | import base | 8 | import base |
9 | import os | ||
10 | import pyparsing | 9 | import pyparsing |
11 | 10 | ||
12 | class CVE(base.Base): | 11 | class CVE(base.Base): |
diff --git a/meta/lib/patchtest/tests/test_patch_upstream_status.py b/meta/lib/patchtest/tests/test_patch_upstream_status.py index 957817ba8d..a5b278304e 100644 --- a/meta/lib/patchtest/tests/test_patch_upstream_status.py +++ b/meta/lib/patchtest/tests/test_patch_upstream_status.py | |||
@@ -7,7 +7,6 @@ | |||
7 | import base | 7 | import base |
8 | import parse_upstream_status | 8 | import parse_upstream_status |
9 | import pyparsing | 9 | import pyparsing |
10 | import os | ||
11 | 10 | ||
12 | class PatchUpstreamStatus(base.Base): | 11 | class PatchUpstreamStatus(base.Base): |
13 | 12 | ||