summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Badia <seb@sebian.fr>2019-11-08 16:50:52 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-11-08 16:50:52 +0100
commit50a572d2c9949db61d3efd0a16ba70acd120fdc1 (patch)
tree91706bad4b50b89f268d3d651a75cb7ea78ac780
parent7a07d009e0bee61d3abd3537a9ed234cd04c0322 (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]