phoenix24 commented on a change in pull request #6301: Bump some of the requirements-dev.txt - pylint>=2 URL: https://github.com/apache/incubator-superset/pull/6301#discussion_r242403773
########## File path: tox.ini ########## @@ -76,7 +78,7 @@ deps = [testenv:pylint] commands = - pylint superset + travis_wait pylint superset --verbose Review comment: Just checked, travis build fails with below errors. just curious, why is `travis_wait` required here? ``` ERROR: InvocationError for command could not find executable 'travis_wait' ___________________________________ summary ____________________________________ ERROR: pylint: commands failed The command "tox" exited with 1. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
