CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/25 11:31:30
Modified files:
lang/python : python.port.mk
Log message:
For ports using MODPY_PYTEST, disable tests for Python 2. ok kmos
It doesn't cover every py2 port that uses py-test, but it lets us
whittle down the number. The remaining py2 ports using py-test can then
either move to using MODPY_PYTEST (preferably) or a flavour-dependent
NO_TEST directly until we remove all use of py2 py-test and can then
update the py-test stack.