summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2018-03-04 08:36:03 +0000
committerTobias Henkel <tobias.henkel@bmw.de>2018-04-10 15:51:25 +0200
commit267d134b7e881071e25bc46abdfb3bb86467bcc2 (patch)
tree912f071afdf9f69e90064abc4025108fdfa2fb11 /test-requirements.txt
parent851ab84c7ee688e2e3f8744c139e93a8992c194c (diff)
downloadzuul-267d134b7e881071e25bc46abdfb3bb86467bcc2.tar.gz
Add tests for postgresql
Some deployments use postgres as database backend. In order to have official support for that we need to add tests for it. Change-Id: I36408c27ccb36fd0826d97f34d98b211ee075f4e Depends-On: https://review.openstack.org/535718
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index cb0cac959..0e0779760 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,6 +11,7 @@ sphinxcontrib-programoutput
sphinx-autodoc-typehints
reno>=2.5.0 # Apache-2.0
PyMySQL
+psycopg2-binary
mypy
zuul-sphinx
beautifulsoup4