poky/bitbake/lib/bs4/tests
Adrian Freihofer 1a3f01cad4 bitbake: bitbake/lib/bs4/tests/test_tree.py: python 3.12 regex
Python 3 interprets string literals as Unicode strings, and therefore
\s is treated as an escaped Unicode character which is not correct.
Declaring the RegEx pattern as a raw string instead of unicode is
required for Python 3.

(Bitbake rev: a5f1bc69ef2e456bd163303a07cfb73825b01576)

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-13 13:52:10 +00:00
..
__init__.py bitbake: bs4: Add beautifulsoup 4.3.2 to assist the fetcher 2014-11-06 16:45:23 +00:00
test_builder_registry.py bitbake: bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version) 2016-06-02 08:24:02 +01:00
test_docs.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
test_html5lib.py bitbake: bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version) 2016-06-02 08:24:02 +01:00
test_htmlparser.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
test_lxml.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
test_soup.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
test_tree.py bitbake: bitbake/lib/bs4/tests/test_tree.py: python 3.12 regex 2024-02-13 13:52:10 +00:00