From 7a02f7450cf43d2f0ef8f863806902c621f08446 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Mon, 11 May 2026 17:35:20 -0700 Subject: [PATCH] Pass PG* env variables to integration tests. --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 5ef2db01c..15f952f23 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,10 @@ deps = uv commands = uv pip install -e .[dev] behave tests/features --no-capture passenv = + PGHOST + PGPORT + PGUSER + PGPASSWORD PYTHONIOENCODING setenv = PYTHONIOENCODING = utf-8