1.The passenv parsing requires the list to be comma-separated. Since the names are case-insensitive, duplicates are removed. 2.Update tox version and use py3 as the default runtime for tox, and make tox actually run the tests rather than just install the deps. 3.Fix following pylint error, "No name 'migration' in module 'oslo_db.sqlalchemy'" 4.Ignore base python conflict 5. Python 3.11 job runs on Debian and do not have mysql package available out of the box. So let's use mariadb for consistency 6. Migrates from sqlalchemy-migrate towards alembic Change-Id: I69d46d7f0f6b404262c5b7f633bd70e6d7d8d1bc
36 lines
385 B
Plaintext
36 lines
385 B
Plaintext
__pycache__
|
|
dist
|
|
build
|
|
.venv
|
|
tests/scenario/.vagrant
|
|
.idea
|
|
.autogenerated
|
|
.coverage
|
|
cover/
|
|
coverage.xml
|
|
*.sw?
|
|
.tox
|
|
*.egg
|
|
*.eggs/*
|
|
*.egg-info
|
|
*.py[co]
|
|
.DS_Store
|
|
*.log
|
|
.cache
|
|
.testrepository
|
|
subunit.log
|
|
AUTHORS
|
|
ChangeLog
|
|
.stestr/
|
|
|
|
# Django files that get created during the test runs
|
|
.secret_key_store
|
|
*.lock
|
|
|
|
# Coverage data
|
|
.coverage.*
|
|
releasenotes/build
|
|
|
|
# Alembic test db
|
|
freezer.db
|