diff --git a/.coveragerc b/.coveragerc index 79c89f939..1d4f8520e 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,5 @@ [run] include = */asv/* branch = True +disable_warnings = + include-ignored diff --git a/setup.cfg b/setup.cfg index 99cff2382..7c809bceb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [zest.releaser] python-file-with-version = asv/__init__.py + +[tool:pytest] +addopts=-p no:logging