summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Badia <seb@sebian.fr>2019-11-08 16:41:10 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-11-08 16:41:10 +0100
commit011b552e19624626a3a76d3d1687ace0fdcadaa0 (patch)
tree497aeba8c4281d3da52e5c601e772dd84778e0ea
parentf46f1f346d05c1f86a291c596ae63efbbbd5faea (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]