X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=45666fe21870c42bbdccbb4a5000ce76889ba699;hb=025a45508d009db84c34076fb4a668f712628d6d;hp=a8965b666db76112919728426581eb37ca34746a;hpb=d448b9388fd9cb3732e35996b98f493a5a5921d4;p=ta%2Fcloudtaf.git 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:.}