tests/test_style.py fails now with lots of 'invalid escape sequence' errors. Example: https://ci.centos.org/job/pagure-pr/1642/artifact/pagure/results-py2/py-test_style/view/ Use raw strings to fix this.
Signed-off-by: Karsten Hopp karsten@redhat.com
Pretty please pagure-ci rebuild
hmmm, fix all those new issues or just add W605 to flake's ignore list ?
I'd say let's fixed them since apparently it'll become SyntaxError in the future
1 new commit added
convert more strings to 'raw strings' to fix errors reported by flake8-9
Fixes #3947
fix header comparison
more fixes for new flake8
Pull-Request has been merged by pingou
tests/test_style.py fails now with lots of 'invalid escape sequence' errors.
Example: https://ci.centos.org/job/pagure-pr/1642/artifact/pagure/results-py2/py-test_style/view/
Use raw strings to fix this.
Signed-off-by: Karsten Hopp karsten@redhat.com