summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Badia <seb@sebian.fr>2020-01-16 14:43:07 +0100
committerAndrej Shadura <andrewsh@debian.org>2020-01-16 14:43:07 +0100
commitafd4e4a582432cfe6381d154a2a103d467003cef (patch)
tree745bd5f9f62f32bdc1e3785a9e12f42e6197bd6f
parentfbad807984baeaadc3a91fce1fe2ab2eeb4daf41 (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]