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.
Closes-Bug: #1565928

Change-Id: I9166e375fe3c3e223fb91f4e09d7ed903689cbc2
This commit is contained in:
rajat29 2017-07-27 15:27:24 +05:30
parent 6c0ba02afe
commit d6727e4148
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:h
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = sh
commands =
commands = rm -f .testrepository/times.dbm
ostestr '{posargs}'
[testenv:fullstack]