On Wed, Jun 27, 2018 at 02:53:44PM -0700, Brian C. Lane wrote: > Some distributions are removing python2 (as much as possible). The first > patch here modifies the 2 helper scripts in test so that they will work > with either py2 or py3.
I've reviewed that in a separate email. > The 2nd actually changes the default to python3 -- I expect that not > everyone will want to make that change yet, but figured I'd include it > for discussion. It's right for it to be a separate patch, but FWIW I think you should go ahead with it (modulo other review comments). Most distributions surely at least have Python 3 *available* by now and can easily switch over build-dependencies for the purposes of test code; and if they don't for some reason, then locally reverting this patch is trivial. -- Colin Watson [[email protected]]
