- Override docker host with env variable
- Pin version of
urllib3
(see for more details) - Add
pg_15
fixture
- Disable jit by default
- Set bgwriter_lru_maxpages
- Ditch logging because it seems to be useless
- Move volume to tmpfs
- Volumes used to remain after running test consuming disk space
- Disable fsync, full_page_writes, synchronous_commit to speedup the tests
- Add typing marker, mypy. Run tests in CI
- Fix is_ready based on psycopg2
- Add all recent major versions of PG
- Fix is_postgres_ready usage
- Fix uuid generation
- Follow pytest guide for plugins
- A first version