Skip to content
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

flake8 fails to work as it used to be on python 2.6.9 #115

Merged
merged 1 commit into from Sep 19, 2016
Merged

flake8 fails to work as it used to be on python 2.6.9 #115

merged 1 commit into from Sep 19, 2016

Conversation

nixawk
Copy link
Contributor

@nixawk nixawk commented Sep 19, 2016

@nixawk nixawk merged commit 4e28d14 into knownsec:dev Sep 19, 2016
@nixawk nixawk added the tests label Oct 13, 2016
M0ses added a commit to M0ses/obs-service-tar_scm that referenced this pull request Jun 27, 2017
because of an error in flake8 with python 2.6 the checks failed with
exactly the same problem described here

knownsec/Pocsuite#115

The fix (taken from here https://github.com/knownsec/Pocsuite/pull/116/files)
is to install a specific version of flake8 if running with 2.6
M0ses added a commit to M0ses/obs-service-tar_scm that referenced this pull request Jun 28, 2017
because of an error in flake8 with python 2.6 the checks failed with
exactly the same problem described here

knownsec/Pocsuite#115

same for pylint

  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/pylint/lint.py", line 628

    control_pragmas = {'disable', 'enable'}

                                ^

SyntaxError: invalid syntax

The fix (taken from here https://github.com/knownsec/Pocsuite/pull/116/files)
is to install a specific version of flake8 if running with 2.6.
Same for pylint.
M0ses added a commit to M0ses/obs-service-tar_scm that referenced this pull request Jun 28, 2017
because of an error in flake8 with python 2.6 the checks failed with
exactly the same problem described here

knownsec/Pocsuite#115

same for pylint

  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/pylint/lint.py", line 628

    control_pragmas = {'disable', 'enable'}

                                ^

SyntaxError: invalid syntax

The fix (taken from here https://github.com/knownsec/Pocsuite/pull/116/files)
is to install a specific version of flake8 if running with 2.6.
Same for pylint.
M0ses added a commit to M0ses/obs-service-tar_scm that referenced this pull request Jun 28, 2017
because of an error in flake8 with python 2.6 the checks failed with
exactly the same problem described here

knownsec/Pocsuite#115

same for pylint

  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/pylint/lint.py", line 628

    control_pragmas = {'disable', 'enable'}

                                ^

SyntaxError: invalid syntax

The fix (taken from here https://github.com/knownsec/Pocsuite/pull/116/files)
is to install a specific version of flake8 if running with 2.6.
Same for pylint.
M0ses added a commit to M0ses/obs-service-tar_scm that referenced this pull request Jun 28, 2017
because of an error in flake8 with python 2.6 the checks failed with
exactly the same problem described here

knownsec/Pocsuite#115

same for pylint

  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/pylint/lint.py", line 628

    control_pragmas = {'disable', 'enable'}

                                ^

SyntaxError: invalid syntax

The fix (taken from here https://github.com/knownsec/Pocsuite/pull/116/files)
is to install a specific version of flake8 if running with 2.6.
Same for pylint.
M0ses added a commit to M0ses/obs-service-tar_scm that referenced this pull request Jun 28, 2017
because of an error in flake8 with python 2.6 the checks failed with
exactly the same problem described here

knownsec/Pocsuite#115

same for pylint

  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/pylint/lint.py", line 628

    control_pragmas = {'disable', 'enable'}

                                ^

SyntaxError: invalid syntax

The fix (taken from here https://github.com/knownsec/Pocsuite/pull/116/files)
is to install a specific version of flake8 if running with 2.6.
Same for pylint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant