summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Badia <seb@sebian.fr>2019-11-08 14:56:45 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-11-08 14:56:45 +0100
commitbbc53f760d41b47256c95558e2e6be654e93425a (patch)
tree279d6709e94d95a480ff6232af853a182cba3f02
parent7fd0729bc28460a0cf1916be3c97f748b9881d1d (diff)
Remove deprecated coverage pytest options
Forwarded: not-needed Last-Update: 2019-08-28 Gbp-Pq: Name 01_pytest.patch
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index d0d0b16..6881cc7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,8 +3,8 @@ description-file=README.md
[tool:pytest]
testpaths = tests
-addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end
-filterwarnings =
+addopts = --ignore=tests/end-to-end
+filterwarnings =
ignore:Coverage disabled.*:pytest.PytestWarning
[flake8]