diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-08-30 21:39:02 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-01 12:28:10 +0100 |
commit | 6f66cf76941832fa3a7bfef4364ca385fdea6826 (patch) | |
tree | 6c3147ea99d92cc9e76cd9188710685f829d02f6 /meta/lib/patchtest | |
parent | bbc4b561862bb55b47613ee6310732e6771adbe4 (diff) | |
download | poky-6f66cf76941832fa3a7bfef4364ca385fdea6826.tar.gz |
patchtest: test_mbox: remove duplicate regex definition
(From OE-Core rev: b350239ce1350ed61410431d30e938365d406db1)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/patchtest')
-rw-r--r-- | meta/lib/patchtest/tests/test_mbox.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/patchtest/tests/test_mbox.py b/meta/lib/patchtest/tests/test_mbox.py index 0b623b7d17..ae16c4bf93 100644 --- a/meta/lib/patchtest/tests/test_mbox.py +++ b/meta/lib/patchtest/tests/test_mbox.py | |||
@@ -31,7 +31,6 @@ class TestMbox(base.Base): | |||
31 | 31 | ||
32 | rexp_detect = pyparsing.Regex('\[\s?YOCTO.*\]') | 32 | rexp_detect = pyparsing.Regex('\[\s?YOCTO.*\]') |
33 | rexp_validation = pyparsing.Regex('\[(\s?YOCTO\s?#\s?(\d+)\s?,?)+\]') | 33 | rexp_validation = pyparsing.Regex('\[(\s?YOCTO\s?#\s?(\d+)\s?,?)+\]') |
34 | revert_shortlog_regex = pyparsing.Regex('Revert\s+".*"') | ||
35 | signoff_prog = parse_signed_off_by.signed_off_by | 34 | signoff_prog = parse_signed_off_by.signed_off_by |
36 | revert_shortlog_regex = pyparsing.Regex('Revert\s+".*"') | 35 | revert_shortlog_regex = pyparsing.Regex('Revert\s+".*"') |
37 | maxlength = 90 | 36 | maxlength = 90 |