Re: [ovs-dev] [PATCH] flake8: Fix build with flake8-import-order installed.

2017-03-07 Thread Ben Pfaff
On Tue, Mar 07, 2017 at 02:50:41PM -0500, Russell Bryant wrote: > On Tue, Mar 7, 2017 at 1:57 PM, Ben Pfaff wrote: > > > On Tue, Mar 07, 2017 at 11:16:08AM -0500, Russell Bryant wrote: > > > OpenStack CI is currently failing due to some flake8 warnings > > > emitted from the flake8-import-order p

Re: [ovs-dev] [PATCH] flake8: Fix build with flake8-import-order installed.

2017-03-07 Thread Russell Bryant
On Tue, Mar 7, 2017 at 1:57 PM, Ben Pfaff wrote: > On Tue, Mar 07, 2017 at 11:16:08AM -0500, Russell Bryant wrote: > > OpenStack CI is currently failing due to some flake8 warnings > > emitted from the flake8-import-order plugin. Just ignore all of > > those warnings since they're just style thi

Re: [ovs-dev] [PATCH] flake8: Fix build with flake8-import-order installed.

2017-03-07 Thread Ben Pfaff
On Tue, Mar 07, 2017 at 11:16:08AM -0500, Russell Bryant wrote: > OpenStack CI is currently failing due to some flake8 warnings > emitted from the flake8-import-order plugin. Just ignore all of > those warnings since they're just style things that aren't important. > > Signed-off-by: Russell Brya

[ovs-dev] [PATCH] flake8: Fix build with flake8-import-order installed.

2017-03-07 Thread Russell Bryant
OpenStack CI is currently failing due to some flake8 warnings emitted from the flake8-import-order plugin. Just ignore all of those warnings since they're just style things that aren't important. Signed-off-by: Russell Bryant --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)