
Migrations should be tested with real database backends. For this goal intended number of base test cases which used in current implementation. Previously there were two ways to run migration tests: using opportunistic test cases (default way we've been using on CI) and by using database connection strings, specified in test_migrations.conf, for every particular database test case. For the sake of simplicity and consistency we are moving to using of opportunistic db test cases here. With this change we are free from locking, so we don't need `lockfile` anymore. Closes-Bug: #1327397 Closes-Bug: #1328997 Change-Id: I92b1dcd830c4755f429a0f6529911e607c2c7de7
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
alembic>=0.4.1
|
|
Babel>=1.3
|
|
iso8601>=0.1.9
|
|
oslo.config>=1.2.1
|
|
SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
|
|
sqlalchemy-migrate>=0.9.1
|
|
stevedore>=0.14
|