]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Also white list PW_TEST_DB_TYPE
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 4 Mar 2016 09:42:27 +0000 (09:42 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Tue, 8 Mar 2016 22:07:08 +0000 (22:07 +0000)
That's the variable we use to select the database backend.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index dcc6ed8eb16cca3352ba8a8cd50bf3661b3eb276..33b8ee1c798b5d7395d66d54853217775711535a 100644 (file)
--- 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