Backporting production changes / updating tests
[margebot.git] / setup.cfg
index 6eb7cd1..a6f8e14 100644 (file)
--- 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
\ No newline at end of file
+   *.py E501