From 9fbdb3ba6c41f808ab14532afdc36c52a03831f7 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Tue, 4 Aug 2020 17:03:18 +0300 Subject: [PATCH] Uncomment psycopg2 in test-requirements.txt This dependency was accidentally commented in I7f26b270d5a85cd40ffbb3b33006a41b2e4852a1 commit. Change-Id: Ia179d9b38a50e821c0b4ca76ae0cdbfbc84125b9 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index da430d6a0b4..91286a0702e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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