subunit2sql/subunit2sql/tests/migrations
Masayuki Igawa 99f770ca13
Fix gate error "mysqladmin: command not found" and etc
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
2019-07-18 12:11:53 +09:00
..
__init__.py Initial commit 2014-06-12 23:59:00 -04:00
test_migrations.conf Add migration tests with data 2014-09-30 21:07:06 -04:00
test_migrations.py Fix gate error "mysqladmin: command not found" and etc 2019-07-18 12:11:53 +09:00
test_model_sync.py Remove cap on oslo.db version 2016-05-18 15:22:49 -04:00