Skip to content

tests: errors with new pycodestyle 2.4 #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stanislavlevin opened this issue Oct 28, 2018 · 0 comments
Closed

tests: errors with new pycodestyle 2.4 #160

stanislavlevin opened this issue Oct 28, 2018 · 0 comments

Comments

@stanislavlevin
Copy link
Contributor

pycodestyle 2.4 was released recently and shows up new errors:

setup.py:221:2: W605 invalid escape sequence '\.'
setup.py:221:4: W605 invalid escape sequence '\.'
setup.py:221:14: W605 invalid escape sequence '\w'
setup.py:221:17: W605 invalid escape sequence '\('
setup.py:221:23: W605 invalid escape sequence '\)'
setup.py:221:25: W605 invalid escape sequence '\s'
setup.py:221:30: W605 invalid escape sequence '\s'
gssapi/raw/oids.pyx:11:13: W504 line break after binary operator
gssapi/raw/cython_converters.pxd:35:13: W504 line break after binary operator
ERROR: InvocationError for command '/bin/bash -c source ./.travis/lib-verify.sh && verify::flake8' (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py27: commands failed

Same for python3.6.

stanislavlevin added a commit to stanislavlevin/python-gssapi that referenced this issue Oct 28, 2018
simo5 pushed a commit that referenced this issue Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant