~paolo-de-rosa/curtin/curtin

Viewing all changes in revision 366.

  • Committer: Ryan Harper
  • Date: 2016-03-31 12:39:04 UTC
  • mfrom: (365.1.2 trunk.fix-tox-errors)
  • Revision ID: ryan.harper@canonical.com-20160331123904-n53fjvtflx8g1xs9
curtin: fix tox errors in curtin/commands/main.py due to upstream pylint upload
    
pylint levels changed upstream in pipi causing new failures:
      
E:208,13: Instance of 'argv' has no 'reportstack' member (but some types
              could not be inferred) (maybe-no-member)
E:209,18: Instance of 'argv' has no 'func' member (but some types could
                not be inferred) (maybe-no-member)
          
Resolve by specifying the pylint version in tox.ini
In addition, update curtin/commands/main.py to not fail upstream tox checks
as well.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: