Suppress part of an obnoxious warning about disabling coverage (for end-to-end tests).

This commit is contained in:
Dan Helfman 2019-06-13 14:15:08 -07:00
parent dc43c38e29
commit 76d79f0331
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ description-file=README.md
[tool:pytest] [tool:pytest]
testpaths = tests testpaths = tests
addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end
filterwarnings =
ignore:Coverage disabled.*:pytest.PytestWarning
[flake8] [flake8]
ignore = E501,W503 ignore = E501,W503