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:
Matthew Gilliard 2014-10-23 14:58:30 +01:00
parent c43107522c
commit ca4566f2e4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ commands = {posargs}
[testenv:cover]
commands =
python setup.py testr --coverage --testr-args='{posargs}'
python setup.py testr --coverage --testr-args='^(?!heat_integrationtests) {posargs}'
[testenv:docs]
deps = -r{toxinidir}/requirements.txt