Repair tox -ecover
Some tests are ignored during the invocation of 'tox -epy27' and similar, but they were not ignored during the 'cover' profile. Becuase the ignored tests actually fail when run this means that 'tox -ecover' could not be used. This patch just ignores the same tests in the 'cover' profile as the default. Change-Id: I7952c312addfed87f6055c1a360adfbf1fd5b168
This commit is contained in:
parent
c43107522c
commit
ca4566f2e4
2
tox.ini
2
tox.ini
@ -33,7 +33,7 @@ commands = {posargs}
|
|||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands =
|
commands =
|
||||||
python setup.py testr --coverage --testr-args='{posargs}'
|
python setup.py testr --coverage --testr-args='^(?!heat_integrationtests) {posargs}'
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user