Skip to content
Commit b5406d36 authored by Trevor Gamblin's avatar Trevor Gamblin Committed by Steve Sakoman
Browse files

patchtest: test_metadata: fix invalid escape sequences



Clear up the following warnings seen during patchtest runs:

|/workspace/yocto/poky/meta/lib/patchtest/tests/test_metadata.py:21: SyntaxWarning: invalid escape sequence '\+'
|  add_mark = pyparsing.Regex('\+ ')
|/workspace/yocto/poky/meta/lib/patchtest/tests/test_metadata.py:26: SyntaxWarning: invalid escape sequence '\:'
|  git_regex = pyparsing.Regex('^git\:\/\/.*')

Signed-off-by: default avatarTrevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 2d643178)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent c0708adc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment