Remove pyflakes from default tox run.

Pyflakes is giving false positives on classes that use properties
(https://bugs.launchpad.net/pyflakes/+bug/812958). Until this bug
is fixed in the released version of pyflakes, I'm going to disable
it from the default tox run, but keep it around for a specialized
environment run (tox -e pyflakes) because it's still useful. We
can reenable it when the bug fix is released.

Change-Id: I7572b9a5d06322263af0752ab670eba73e079eb7
This commit is contained in:
David Shrewsbury
2012-11-12 15:50:59 -05:00
parent bd45d39421
commit 057d7ee8b2

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,pep8,pyflakes
envlist = py27,pep8
[testenv]
deps = -r{toxinidir}/tools/pip-requires