summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2013-06-27 15:21:20 +0300
committerVictor Sergeyev <vsergeyev@mirantis.com>2013-06-27 17:03:49 +0300
commit5e85080ffa782b2bc0beac10e64b147f014edd47 (patch)
tree872f0f0efccdaadfba96facab7d02ea2c8cde09a /tox.ini
parent42931aaee80a18c855a4b350342f7aa376eb024c (diff)
downloadoslo-5e85080ffa782b2bc0beac10e64b147f014edd47.tar.gz
oslo-5e85080ffa782b2bc0beac10e64b147f014edd47.tar.xz
oslo-5e85080ffa782b2bc0beac10e64b147f014edd47.zip
Fix tox.ini config
We found that if tests run with testr --subunit option it can cause wrong implementation of tests results. Change-Id: I98c3f3ed90e2291ef984f07a93c89d24da7855d9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9c64629..bd9e5d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ deps = -r{toxinidir}/requirements.txt
commands =
python tools/patch_tox_venv.py
# due to dependencies between tests (bug 1192207) we use `--concurrency=1` option
- python setup.py testr --slowest --testr-args='--subunit --concurrency=1 {posargs}'
+ python setup.py testr --slowest --testr-args='--concurrency=1 {posargs}'
[flake8]
show-source = True