]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: remove coverage form tox.ini 36281/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 24 Jul 2020 13:11:30 +0000 (15:11 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 24 Jul 2020 13:11:38 +0000 (15:11 +0200)
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 <sebastian.wagner@suse.com>
src/pybind/mgr/tox.ini

index c30d0f0bac2b07474b94caaf1f774267b8319d26..6c2ca9b48a207f2641af026e6f08479d9391c8bb 100644 (file)
@@ -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/ \