summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2019-03-14 13:55:52 +0800
committerKaifeng Wang <kaifeng.w@gmail.com>2019-03-14 17:24:09 +0800
commit2eceb3c8ab18e7151f27e8b756ceeaad7ad46b2d (patch)
tree06f5d7bc5fe1bed3badc7e7e91bead0092bd6ec4 /test-requirements.txt
parentc9556d8b51c2dac41a88b6f0dcd413d8e96ebd03 (diff)
downloadironic-2eceb3c8ab18e7151f27e8b756ceeaad7ad46b2d.tar.gz
Fix lower-constraints job
lower-constraints job is broken due to fail to install psycopg. Spotted log: http://logs.openstack.org/02/642402/6/check/openstack-tox-lower-constraints/ca317fe/job-output.txt.gz#_2019-03-14_01_51_01_006156 Add libpq-dev to the bindep and bump psycopg version to >= 2.7 as evidence shows it has a bug to support PostgreSQL >= 10.0 [1] [1] https://github.com/getredash/redash/pull/2111 Change-Id: I1d5f0dab41638be1df9d63ede267f5a6d9f8c566
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 80ff78035..373d2a4da 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,7 +11,7 @@ PyMySQL>=0.7.6 # MIT License
iso8601>=0.1.11 # MIT
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
-psycopg2>=2.6.2 # LGPL/ZPL
+psycopg2>=2.7.3 # LGPL/ZPL
testtools>=2.2.0 # MIT
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD