summaryrefslogtreecommitdiffstats
path: root/k8s/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/tox.ini')
-rw-r--r--k8s/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/tox.ini b/k8s/tox.ini
index 24fb8d5..5b750e3 100644
--- a/k8s/tox.ini
+++ b/k8s/tox.ini
@@ -13,7 +13,7 @@ deps=
pytest-cov
commands=
coverage erase
- pytest --junitxml xunit-results.{envname}.xml --cov configure --cov k8sclient --cov k8splugin --cov msb
+ pytest --junitxml xunit-results.{envname}.xml --cov configure --cov k8sclient --cov k8splugin
[testenv:cov]
skip_install = true