Add 'rm -f .testrepository/times.dbm' command in testenv

Running py2* post py3* tests results in error. Add
'rm -f .testrepository/times.dbm' command in testenv to
resolve this.

Change-Id: Ide2e6f2fe9d5b3c7b33e2fefdd3d306284684ba1
This commit is contained in:
rajat29 2017-04-25 10:21:25 +05:30
parent bc9b7942eb
commit a7faec0215
1 changed files with 2 additions and 1 deletions

View File

@ -16,9 +16,10 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
rm -f .testrepository/times.dbm
python tools/patch_tox_venv.py
python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]
sitepackages = False