On Thu, Mar 24, 2016 at 3:30 PM, Ben Pfaff <[email protected]> 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 <[email protected]> > > Oops. > > I hope the tests actually pass with Python 3! >
They do! locally, at least. Travis-ci has an older version of Python 3, so they're not running there right now. :-( That's actually how I noticed. I saw a subset of the Python 3 tests not getting skipped on travis. Acked-by: Ben Pfaff <[email protected]> > Thanks! applied to master. -- Russell Bryant _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
