Re: [ovs-dev] [PATCH] tests: Run Python 3 tests with Python 3.

2016-03-24 Thread Russell Bryant
On Thu, Mar 24, 2016 at 3:30 PM, Ben Pfaff wrote: > On Thu, Mar 24, 2016 at 03:28:37PM -0400, Russell Bryant wrote: > > I noticed one spot where there intention was to run some tests with > > Python 3, but a typo was making it still run with Python 2. > > > > Signed-off-by: Russell Bryant > > Oo

Re: [ovs-dev] [PATCH] tests: Run Python 3 tests with Python 3.

2016-03-24 Thread Ben Pfaff
On Thu, Mar 24, 2016 at 03:28:37PM -0400, Russell Bryant wrote: > I noticed one spot where there intention was to run some tests with > Python 3, but a typo was making it still run with Python 2. > > Signed-off-by: Russell Bryant Oops. I hope the tests actually pass with Python 3! Acked-by: Be