#3950 fix new test failures caused by the new, stricter flake8
Merged by pingou. Opened by karsten.
karsten/pagure fix_raw_strings  into  master

Download 3950.patch

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

1 new commit added

  • fix header comparison

1 new commit added

  • more fixes for new flake8

Pull-Request has been merged by pingou

Metadata