Re: [PATCH v2 1/1] buildtools: clear out regex syntax warnings

2025-02-07 Thread David Marchand
On Fri, Dec 13, 2024 at 3:42 PM Ariel Otilibili wrote: > > * invalid escape sequences now generate SyntaxWarning > * therefore changed syntax to raw string noration. > > Link: https://docs.python.org/3/library/re.html#module-re > Fixes: 0aeaf75df87 ("test: define unit tests suites based on test ty

Re: [PATCH v2 1/1] buildtools: clear out regex syntax warnings

2024-12-13 Thread Robin Jarry
Ariel Otilibili, Dec 13, 2024 at 15:40: * invalid escape sequences now generate SyntaxWarning * therefore changed syntax to raw string noration. Link: https://docs.python.org/3/library/re.html#module-re Fixes: 0aeaf75df87 ("test: define unit tests suites based on test types") Fixes: 25065ef1f6c

[PATCH v2 1/1] buildtools: clear out regex syntax warnings

2024-12-13 Thread Ariel Otilibili
* invalid escape sequences now generate SyntaxWarning * therefore changed syntax to raw string noration. Link: https://docs.python.org/3/library/re.html#module-re Fixes: 0aeaf75df87 ("test: define unit tests suites based on test types") Fixes: 25065ef1f6c ("test: emit warning for orphaned tests")