64a1d26aaf
The unit tests fail since no mysqladmin command is installed. Add bindep.txt to install the needed binaries in our CI environment. Add also the usual bindep tox environment for developers. Change-Id: If951f82d6610c6ee54d594d9a8985bc78e135d2b
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
mysql-client [platform:dpkg]
|
|
mysql-server [platform:dpkg]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-server [platform:rpm]
|