rrthomas / recode

Charset converter tool and library
GNU General Public License v3.0
130 stars 12 forks source link

Migrate tests to python3 #15

Closed zkota closed 4 years ago

zkota commented 5 years ago

The package uses python for tests ('make check'). Any chance to move the tests to python3 (or out of python, since recode otherwise does not need python as I see)? At the moment it does not work with python3. python2 is getting EOL in some linux distros, and running the 'make check' in an automatic build system is getting problematic.

rrthomas commented 5 years ago

Thanks for noting this. Patches welcome!

I would prefer a patch that moves to Python 3, because that also tests the Python extension.