X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=blobdiff_plain;f=tox.ini;h=45666fe21870c42bbdccbb4a5000ce76889ba699;hp=a8965b666db76112919728426581eb37ca34746a;hb=fab50fee1cc75156a4113a20dcbb13e41ca2a7c4;hpb=15c350f3e5491c681ead4de5b049693d50d53fc7 diff --git a/tox.ini b/tox.ini index a8965b6..45666fe 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ commands = py.test -v \ --cov-branch \ --cov-report term-missing \ --cov-report html:coverage-html-{envname} \ + --ignore testcases/pm-support/misc \ {posargs:.} [pytest] @@ -54,6 +55,7 @@ commands = py.test -m pylint -v \ --pylint \ --pylint-rcfile={toxinidir}/.pylintrc \ --ignore resources/system_testing/latency \ + --ignore testcases/pm-support/misc \ {posargs:.}