tds-fdw / tds_fdw

A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Other
381 stars 102 forks source link

Port test scripts to python3 (keep python2 compatibility) #284

Closed juliogonzalez closed 3 years ago

juliogonzalez commented 3 years ago

There was a question at https://github.com/tds-fdw/tds_fdw/pull/282#issuecomment-826546435 about python3 compatibility for the test scripts.

Fact is, python2 is EoL upstream, but not at CentOS7 (where it's the default python).

Still, we should add compatibility for python3, so people can test on modern systems.

Tasks: