Re: turn off all python2 tests

2021-02-27 Thread Stuart Henderson
On 2021/02/26 21:05, Daniel Dickman wrote: > As much as I like running reggression tests, turning off all python2 tests > would make it quite a bit easier to move to python3. > > Doing this would also allow us to update some of the ports used heavily in > tests like py-test, etc. > > thoughts?

turn off all python2 tests

2021-02-26 Thread Daniel Dickman
= MODPY_COMMENT ="@comment " MODPY_ABI3SO = MODPY_PYOEXTENSION = pyo +# turn off all python2 tests to ease switching to python3 +NO_TEST = Yes .elif ${MODPY_MAJOR_VERSION} == 3 # replace py- prefix by py3- FULLPKGNAME ?= ${PKGNAME:S/^py-/py3-/}${FLAVOR_EXT:S/-python3//}