X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=setup.cfg;h=a6f8e14d4851ad9b066c154c440e0e8d262cb51e;hp=5b1003cdc8e79db3f2b4deb890abd8c873f544a2;hb=HEAD;hpb=c60ca167527ed704f3ff1a03b071e0e6e13e4062 diff --git a/setup.cfg b/setup.cfg index 5b1003c..a6f8e14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,5 +3,6 @@ test = pytest [tool:pytest] addopts = --cov=plugins --cov-report term-missing --cov-report html --pep8 --pylint --pylint-rcfile=.pylintrc --ff -x +markers = pep8: workaround for https://bitbucket.org/pytest-dev/pytest-pep8/issues/23/ pep8ignore = *.py E501