]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
patchtest: Use raw strings for regex patterns
authorPaul Barker <paul@pbarker.dev>
Wed, 24 Sep 2025 19:57:47 +0000 (20:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Oct 2025 09:52:51 +0000 (10:52 +0100)
commitc585977a6b55db93b7f432280ae4251aa9bc6b6c
treee6364cb72e7088b43317d66fd67a3c4423df75e1
parentbb8bd71b1aba31aeb0c1d2fbcae36da26865dc57
patchtest: Use raw strings for regex patterns

This fixes several 'SyntaxWarning: invalid escape sequence' messages
printed when running patchtest.

Cc: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/patchtest/patchtest_patterns.py
meta/lib/patchtest/tests/test_mbox.py