From 193d91282a7e95160a8dc40a5482c0243192cfe9 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Mon, 26 Dec 2016 17:50:55 +0200 Subject: [PATCH] Add psycopg2 and PyMySQL to test-requirements Both PyMySQL and psycopg2 are needed to test migration scripts on gates. Change-Id: If75f15ebecb76d292839a07d36d1193e4781355d Closes-Bug: #1205386 --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index 0ab3f4ff1cf..45b50a624ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,6 +12,8 @@ mock>=2.0 # BSD os-api-ref>=1.0.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +PyMySQL>=0.7.6 # MIT License +psycopg2>=2.5 # LGPL/ZPL python-subunit>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT testrepository>=0.0.18 # Apache-2.0/BSD