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>2019-09-16 11:36:36 +0200
commit30607902a9f513c6bb13a37ff45ad228184b5f85 (patch)
tree97c2295e1ab5931b54b52f9a6c059466ce40bb89
parentf5ddffc76d43306d80e710db476b1fc4d8828a53 (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