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: I29d6247e11f1c9c207e9b89c0ae41f590141d281
This commit is contained in:
M V P Nitesh 2017-04-25 17:35:16 +05:30
parent 2d97cdff88
commit 3db8e64be0

View File

@ -12,7 +12,8 @@ setenv = VIRTUAL_ENV={envdir}
LC_ALL=C LC_ALL=C
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args='{posargs}' commands = /bin/rm -f .testrepository/times.dbm
python setup.py testr --testr-args='{posargs}'
distribute = false distribute = false
[testenv:pep8] [testenv:pep8]