summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2015-11-12 05:17:45 +0000
committerStephen Finucane <stephen.finucane@intel.com>2015-11-21 17:07:40 +0000
commitd7de98388e6f62dd0425b120e404541d1fce4c32 (patch)
treeee34d727ec1e1e9cfcbba1d1c2a1a8ad03cc8712 /requirements-test.txt
parent73044ac036350686a605e7aff486566d0dbb1d82 (diff)
downloadpatchwork-d7de98388e6f62dd0425b120e404541d1fce4c32.tar
patchwork-d7de98388e6f62dd0425b120e404541d1fce4c32.tar.gz
Rework configurable 'PW_TEST_DB_xxx' settings
There are a number of environment variables that users can set to configure different aspects of their testing environment. Rework these like so: * People use PostgreSQL, so make it as easy as possible for them to develop and test against it. Add a 'PW_TEST_DB_TYPE' setting * Attempt to use defaults for the username and password in settings * Allow the user to configure the database name, if they so wish Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 035ce13..e6c34ec 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,3 +1,4 @@
MySQL-python==1.2.5
+psycopg2==2.6.1
python-dateutil==1.5
selenium