
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: Iff79081403fbc26442165ff5feb300bc317b0dfc
20 lines
528 B
Plaintext
20 lines
528 B
Plaintext
hacking>=0.12.0,!=0.13.0,<0.14
|
|
coverage>=3.6
|
|
fixtures>=0.3.14
|
|
mock>=1.0
|
|
sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD
|
|
testscenarios>=0.4
|
|
stestr>=1.0.0
|
|
testtools>=0.9.34
|
|
PyMySql
|
|
psycopg2
|
|
oslo.concurrency>=3.5.0
|
|
# releasenotes
|
|
reno>=0.1.1 # Apache2
|
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
# This is needed for oslo.db test code to be imported, it's not
|
|
# directly installed by oslo.db
|
|
testresources>=0.2.4 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|