X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=setup.cfg;fp=setup.cfg;h=a6f8e14d4851ad9b066c154c440e0e8d262cb51e;hp=5b1003cdc8e79db3f2b4deb890abd8c873f544a2;hb=209be8741c76d9f3cdc70dff38bb8982369f4890;hpb=133b2a8561644869ab29db462718f7121f54d800 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