Repository: qpid-dispatch
Updated Branches:
  refs/heads/master e565645ff -> e60d6a997


NO-JIRA: fix the python-checker test


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/e60d6a99
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/e60d6a99
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/e60d6a99

Branch: refs/heads/master
Commit: e60d6a99772994f5304cd28fa5ebd9021f5313af
Parents: e565645
Author: Kenneth Giusti <kgiu...@apache.org>
Authored: Wed Jun 27 13:42:42 2018 -0400
Committer: Kenneth Giusti <kgiu...@apache.org>
Committed: Wed Jun 27 13:42:42 2018 -0400

----------------------------------------------------------------------
 tests/tox.ini.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e60d6a99/tests/tox.ini.in
----------------------------------------------------------------------
diff --git a/tests/tox.ini.in b/tests/tox.ini.in
index deb4ee8..af724a4 100644
--- a/tests/tox.ini.in
+++ b/tests/tox.ini.in
@@ -27,7 +27,7 @@ skip_install = True
 [testenv]
 # we ignore lots of errors/warnings we probably should not,
 # but it will take a lot of effort to make the code PEP8 compliant...
-commands = flake8 --count ${CMAKE_SOURCE_DIR}/python 
${CMAKE_SOURCE_DIR}/console ${CMAKE_SOURCE_DIR}/doc ${CMAKE_SOURCE_DIR}/tests 
${CMAKE_SOURCE_DIR}/tools --show-source 
--ignore=E111,E114,E121,E122,E123,E124,E126,E127,E128,E131,E201,E202,E203,E211,E221,E222,E225,E226,E228,E231,E241,E251,E261,E266,E265,E271,E272,E301,E302,E303,E401,E402,E501,E502,E701,E702,E703,E704,E711,E712,E713,E714,E731,F401,F403,F405,F811,F841,H101,H102,H104,H201,H202,H234,H237,H238,H301,H306,H401,H403,H404,H405,W291,W292,W293,W391,W503
+commands = flake8 --count ${CMAKE_SOURCE_DIR}/python 
${CMAKE_SOURCE_DIR}/console ${CMAKE_SOURCE_DIR}/docs ${CMAKE_SOURCE_DIR}/tests 
${CMAKE_SOURCE_DIR}/tools --show-source 
--ignore=E111,E114,E121,E122,E123,E124,E126,E127,E128,E131,E201,E202,E203,E211,E221,E222,E225,E226,E228,E231,E241,E251,E261,E266,E265,E271,E272,E301,E302,E303,E401,E402,E501,E502,E701,E702,E703,E704,E711,E712,E713,E714,E731,F401,F403,F405,F811,F841,H101,H102,H104,H201,H202,H234,H237,H238,H301,H306,H401,H403,H404,H405,W291,W292,W293,W391,W503
 deps = hacking>=1.1.0
 
 # flake8 no longer supports python2.6


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to