summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean Mooney <work@seanmooney.info>2021-01-12 20:52:43 +0000
committerSean Mooney <work@seanmooney.info>2021-01-14 18:12:04 +0000
commit594df9aeb05759a2cdb1656e2e0b47ebdd762114 (patch)
tree70264137dae8c98360a322590e49416e8f68ab1d /test-requirements.txt
parent719dfbb98eb89f66391d57a8abe7a5394164107d (diff)
downloadnova-594df9aeb05759a2cdb1656e2e0b47ebdd762114.tar.gz
use psycopg2 binary instead of source package
this change replaces psycopg2 with psycopg2-binary to avoid requiring the build depencyies for the postgres client. instead the tests now use the prebuilt binary wheel. Change-Id: Id6d920508b9ee9597a51616e66c47d4cb7f48ca0
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 98b2a0e2bc..9f695c6124 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,7 +8,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.2.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=3.0.0 # BSD
-psycopg2>=2.8 # LGPL/ZPL
+psycopg2-binary>=2.8 # LGPL/ZPL
PyMySQL>=0.8.0 # MIT License
python-barbicanclient>=4.5.2 # Apache-2.0
python-ironicclient>=3.0.0 # Apache-2.0