From 2e340c315c8faaa6f209525aee684465e7a60343 Mon Sep 17 00:00:00 2001 From: Sergey Reshetnyak Date: Thu, 24 Mar 2016 12:43:43 +0000 Subject: [PATCH] Revert "Remove PyMySQL and psycopg2 from test-requirements.txt" These packages needed for DB tests This reverts commit 581ba2e0cc6bb205a70a3bab1b8bdba1d6892b73. Change-Id: Ia4bf3cd52f0f70c32dc61079125faeb608d8889a --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index b344a33..b7d345e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,7 @@ hacking<0.11,>=0.10.0 Mako>=0.4.0 # MIT PrettyTable<0.8,>=0.7 # BSD +PyMySQL>=0.6.2 # MIT License bashate>=0.2 # Apache-2.0 coverage>=3.6 # Apache-2.0 doc8 # Apache-2.0 @@ -14,6 +15,7 @@ mock>=1.2 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 os-testr>=0.4.1 # Apache-2.0 +psycopg2>=2.5 # LGPL/ZPL pylint==1.4.5 # GNU GPL v2 reno>=0.1.1 # Apache2 rfc3986>=0.2.0 # Apache-2.0