~wesley-wiedenmeier/curtin/nvme

  • 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.
Filename Latest Rev Last Changed Committer Comment Size
..
bin 7 11 years ago Scott Moser initial stub multi-command Diff
curtin 7 11 years ago Scott Moser initial stub multi-command Diff
debian 9 11 years ago Scott Moser add initial packaging Diff
doc 2 11 years ago Scott Moser very rough initial doc using sphynx. Diff
examples 45 11 years ago Scott Moser add examples dir Diff
helpers 25 11 years ago Scott Moser block-meta simple now partitions with 'partition' Diff
tests 8 11 years ago Scott Moser make test (with 1 test) Diff
tools 8 11 years ago Scott Moser make test (with 1 test) Diff
.bzrignore 228 9 years ago Scott Moser add tox for easier testing 23 bytes Diff Download File
LICENSE 6 11 years ago Scott Moser add LICENSE file 33.7 KB Diff Download File
Makefile 318.1.1 9 years ago Scott Moser vmtests: invoke nosetests3 with --nologcapture Wh 932 bytes Diff Download File
README 1 11 years ago Scott Moser initial README 163 bytes Diff Download File
requirements.txt 333.1.1 9 years ago Scott Moser add running of pylint for python27 and python34 T 114 bytes Diff Download File
setup.py 254.1.1 9 years ago Scott Moser add reporter.legacy to modules 768 bytes Diff Download File
test-requirements.txt 333.1.1 9 years ago Scott Moser add running of pylint for python27 and python34 T 19 bytes Diff Download File
tox.ini 344.1.17 9 years ago Scott Moser tox.ini: tests/vmtests now depends on simplstreams 1.3 KB Diff Download File