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

Make the test scripts compatible with Python 3 #286

Closed juliogonzalez closed 3 years ago

juliogonzalez commented 3 years ago

Working at https://jenkins.juliogonzalez.es/job/tds_fdw-build-free/17/ (Ubuntu 20.04 images are using Python 3).

When this is merged, the CI will be readjusted to use Ubuntu 20.04 instead of Ubuntu 18.04.

Fixes https://github.com/tds-fdw/tds_fdw/issues/284

jenkins-juliogonzalez commented 3 years ago

Test PASSed.

GeoffMontee commented 3 years ago

Thanks for working on this, @juliogonzalez! Are these changes ready to be merged? It looks good to me.

juliogonzalez commented 3 years ago

Thanks for working on this, @juliogonzalez! Are these changes ready to be merged? It looks good to me.

Yes, I just changed the CI to start testing with Ubuntu 20.04 instead of 18.04, so I am preparing another PR right after this one (for the test matrix).