Closed epatters closed 5 years ago
The tests pass on my local machine, but are failing on Travis (on all versions of Python, not just 3.7):
$ psql -c 'create database blitzdb_test;' -U postgres
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
The command "psql -c 'create database blitzdb_test;' -U postgres" failed and exited with 2 during
The build still seems to be broken, but not, I believe, due to any changes that I made.
Is anyone available to review this PR?
Total shot in the dark, but possible we need to add:
services:
- postgresql
To our Travis config. Alternatively, it looks like the Postgres APT that Travis pulls from claims to no longer support Postgres 9.3, although it looks like the last built package for 9.3 is still available.
Hi @cjgibson, thanks for this MR and sorry that it takes a while to review it!
Thanks to @epatters as well :)
Fixes incompatibilities with Python 3.7 related to re.Pattern and PEP 479.