From: Sebastian Wagner Date: Fri, 24 Jul 2020 13:11:30 +0000 (+0200) Subject: pybind/mgr: remove coverage form tox.ini X-Git-Tag: v16.1.0~1577^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f0fa4d569e8ac8cdac37afdcc1191421dd629745;p=ceph.git pybind/mgr: remove coverage form tox.ini This considerably speeds up tox when running very few tests: * tox run with `--cov`: 6-10 seconds * tox run without : ~3.5 seconds Signed-off-by: Sebastian Wagner --- diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index c30d0f0bac2b..6c2ca9b48a20 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -12,7 +12,7 @@ deps = cython -rrequirements.txt commands = - pytest --cov --cov-append --cov-report= --doctest-modules {posargs: \ + pytest --doctest-modules {posargs: \ mgr_util.py \ tests/ \ cephadm/ \