~matsubara/curtin/lp1552747-enable-showtrace

Viewing all changes in revision 350.

  • Committer: Scott Moser
  • Date: 2016-02-12 16:51:08 UTC
  • mfrom: (349.1.2 trunk.explicit-flake8)
  • Revision ID: smoser@ubuntu.com-20160212165108-v5e1ucfswii2n3r3
fix dpkg build and make check on trusty

Change run-pyflakes to not run python2 pyflakes on tests/vmtests.

On trusty's version of pyflakes 'make check' will fail with:
   Running: pyflakes curtin/ tests/
   tests/vmtests/__init__.py:221: undefined name 'FileNotFoundError'

Interestingly, xenial's pyflakes is ok with that.

The vmtests/ code is not intended to be python2, so
there is no reason to run pyflakes for python2 on that.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: