Remove TODO note
Both postgresql and mysql headers are necessary for certain tox jobs,
but both installed by when it is necerray. (pep8 job in a venv)
It was an issue in the past, but it was solved.
We was not able to combine both tools/pip-requires and tools/test-requires.
The pep8 jobs was done by a shell script, the shell script is removed.
tox aims to be the single entry point for all gate jobs.
Change-Id: Iec5066a30b51fb4c91465a23606ad5cd973bc40c
diff --git a/test-requirements.txt b/test-requirements.txt
index 27851da..3912695 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,8 +3,6 @@
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
-#
-#TODO(afazekas): ensure pg_config installed
psycopg2
# needed for doc build
sphinx>=1.1.2