mysqladmin package is required in tools/test-setup.sh so adding bindep.txt file for this binary dependencies. And postgresql packages are also required as well. - http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html This commit also updated sphinx versions in test-requirements.txt to avoid this error. ERROR: Sphinx requires Python '>=3.5' but the running Python is 2.7.15 And also, this commit fixes a sqlalchemy error. This probably caused by sqlalchemy version updates. It might be better to fix the code rather than the sqlalchemy version cap. sqlalchemy.exc.ArgumentError: Textual SQL expression "tests.id='fake_null_test_..." should be explicitly declared as text("tests.id='fake_null_test_...") Change-Id: Iff79081403fbc26442165ff5feb300bc317b0dfcchanges/79/671379/5
parent
2421eace0f
commit
99f770ca13
@ -0,0 +1,8 @@
|
||||
# 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-dev-all [platform:dpkg]
|
Loading…
Reference in new issue