tox: change default target from MongoDB to MySQL
Since we're planning on deprecating non-SQL backends, let's already switch the default on our development side. Change-Id: I1cc47388c7aafcee5e8b5f697ba48a7b67e46c5f Blueprint: only-support-sqlalchemy-in-aodh
This commit is contained in:
parent
239fbb2e7b
commit
c70017e029
6
tox.ini
6
tox.ini
@ -56,13 +56,13 @@ commands =
|
||||
# gabbi tests without needing to discovery across the entire body of
|
||||
# tests.
|
||||
[testenv:gabbi]
|
||||
deps = .[mongodb,test]
|
||||
deps = .[mysql,test]
|
||||
setenv = OS_TEST_PATH=aodh/tests/functional/gabbi
|
||||
commands =
|
||||
overtest mongodb python setup.py testr --testr-args="{posargs}"
|
||||
overtest mysql python setup.py testr --testr-args="{posargs}"
|
||||
|
||||
[testenv:cover]
|
||||
commands = overtest mongodb python setup.py testr --slowest --coverage --testr-args="{posargs}"
|
||||
commands = overtest mysql python setup.py testr --slowest --coverage --testr-args="{posargs}"
|
||||
|
||||
[testenv:pep8]
|
||||
deps = hacking<0.11,>=0.10.0
|
||||
|
Loading…
Reference in New Issue
Block a user