Re: [ovs-dev] flake8 checking for release branches

2017-07-06 Thread Ben Pfaff
On Tue, May 02, 2017 at 09:58:03PM -0400, Russell Bryant wrote: > On Mon, May 1, 2017 at 1:26 PM, Ben Pfaff wrote: > > There's a bit of a problem with flake8 and release branches. The > > release branches mainly stay the same, but flake8 marches on, and the > > result is that

Re: [ovs-dev] flake8 checking for release branches

2017-05-02 Thread Russell Bryant
On Mon, May 1, 2017 at 1:26 PM, Ben Pfaff wrote: > There's a bit of a problem with flake8 and release branches. The > release branches mainly stay the same, but flake8 marches on, and the > result is that building an old branch, e.g. branch-2.6, with modern > flake8 causes errors

[ovs-dev] flake8 checking for release branches

2017-05-01 Thread Ben Pfaff
There's a bit of a problem with flake8 and release branches. The release branches mainly stay the same, but flake8 marches on, and the result is that building an old branch, e.g. branch-2.6, with modern flake8 causes errors that break the build. I can think of several ways to deal with this: