summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2018-10-09 20:56:41 +0200
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2020-01-13 11:22:58 +0100
commit3717095a9c34f5a9895e0041c5721e038bdba686 (patch)
treed87da66851f75b0763ffbcedfb54b9d6a5868bc5
parent197750754bab80cf37dcf1121be028abbb0ec607 (diff)
removed broken pytest config from setup.cfg
Gbp-Pq: Name 0001-removed-broken-pytest-config-from-setup.cfg.patch
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 49177e6..00caef6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,9 +7,6 @@ test=pytest
[metadata]
license_file = LICENSE.txt
-[tool:pytest]
-addopts = -v --timeout=300 --cov=can --cov-config=setup.cfg
-
[coverage:run]
# we could also use branch coverage
branch = False