[PATCH 4/7] Pass more environment variables through to tox tests
Daniel Axtens
dja at axtens.net
Tue Aug 9 14:55:22 AEST 2016
In order to get tox tests working, we want db host, db port, home,
and xauthority.
Signed-off-by: Daniel Axtens <dja at axtens.net>
---
tox.ini | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini
index d1703251a197..37e6939157f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,8 +14,9 @@ setenv =
DJANGO_SETTINGS_MODULE = patchwork.settings.dev
passenv =
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
- PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS
- DISPLAY SELENIUM_BROWSER PW_SKIP_BROWSER_TESTS
+ PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS PW_TEST_DB_HOST
+ PW_TEST_DB_PORT DISPLAY SELENIUM_BROWSER PW_SKIP_BROWSER_TESTS
+ DISPLAY HOME XAUTHORITY
commands =
{toxinidir}/manage.py test --noinput --liveserver=localhost:9000-9200 \
'{posargs:patchwork}'
--
2.7.4
More information about the Patchwork
mailing list