Skip to content

Commit 28f1add

Browse files
j-bennetDiegoDAF
authored andcommitted
Pass PG* env variables to integration tests. (dbcli#1596)
1 parent 6629794 commit 28f1add

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ deps = uv
2525
allowlist_externals = behave
2626
commands = uv pip install -e .[dev]
2727
behave tests/features --no-capture
28+
passenv =
29+
PGHOST
30+
PGPORT
31+
PGUSER
32+
PGPASSWORD
33+
PYTHONIOENCODING
34+
setenv =
35+
PYTHONIOENCODING = utf-8
2836

2937
[testenv:rest]
3038
skip_install = true

0 commit comments

Comments
 (0)