Postgresql is an Optional dependency

psycopg2 is for supporting sqlalchemy connection to
postgresql databases. The tempest testing jobs are allowed to use
the system python librairies so you just need to install your
favourite sql driver.

The mysql driver already removed from the requirements.txt.
This change removes the psql driver dependency.

Change-Id: I8eb972cf404c2a86c8acdb656fc1062fca293299
diff --git a/test-requirements.txt b/test-requirements.txt
index 3912695..2185997 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,6 @@
 pyflakes==0.7.2
 flake8==2.0
 hacking>=0.5.3,<0.6
-psycopg2
 # needed for doc build
 sphinx>=1.1.2