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
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|
|
flake8==2.0
|
|
hacking>=0.5.3,<0.6
|
|
psycopg2
|
|
# needed for doc build
|
|
sphinx>=1.1.2
|
|
|