Uncomment psycopg2 in test-requirements.txt

This dependency was accidentally commented in
I7f26b270d5a85cd40ffbb3b33006a41b2e4852a1 commit.

Change-Id: Ia179d9b38a50e821c0b4ca76ae0cdbfbc84125b9
This commit is contained in:
Ivan Kolodyazhny 2020-08-04 17:03:18 +03:00
parent 422184c9f2
commit 9fbdb3ba6c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ddt>=1.2.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
PyMySQL>=0.7.6 # MIT License
# psycopg2>=2.7 # LGPL/ZPL
psycopg2>=2.7 # LGPL/ZPL
SQLAlchemy-Utils>=0.36.1 # BSD License
testtools>=2.2.0 # MIT
oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0