Move tempest runtime dependencies to the pip-requires
Tempest is a test tool.
We should consider all runtime dependency as regular dependency and
they should be in the pip-requires.
The dependencies required just for testing tempest itself should be only in the
test-requires.
Fixing bug #1090020
Change-Id: I4107bf79dd4fa6d6902b4d0e6bfc795f1eb5b787
diff --git a/tools/test-requires b/tools/test-requires
index 4801391..b799dce 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,6 +1,4 @@
pep8==1.3.3
pylint==0.19
-# Needed for whitebox testing
-sqlalchemy
-MySQL-python
+#TODO(afazekas): ensure pg_config installed
psycopg2