[PATCH 2/2] tox: Also white list PW_TEST_DB_TYPE

Stephen Finucane stephen.finucane at intel.com
Wed Mar 9 09:08:08 AEDT 2016


From: Damien Lespiau <damien.lespiau at intel.com>

That's the variable we use to select the database backend.

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index dcc6ed8..33b8ee1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ setenv =
     DJANGO_SETTINGS_MODULE = patchwork.settings.dev
 passenv =
     http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
-    PW_TEST_DB_USER PW_TEST_DB_PASS
+    PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS
     DISPLAY SELENIUM_BROWSER PW_SKIP_BROWSER_TESTS
 commands =
     find . -type f -name "*.pyc" -delete
-- 
2.0.0



More information about the Patchwork mailing list