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: