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: I17f872b6169317de7c541a2ed77344ab1c313f94
Closes-Bug: #1229445
This commit is contained in:
akhiljain23 2017-04-03 09:51:46 +00:00
parent 61a63ce0ea
commit 20a5de74e7
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ deps = -r{toxinidir}/requirements.txt
passenv = TEMPEST_* OS_TEST_*
commands =
find . -type f -name "*.py[c|o]" -delete
rm -f .testrepository/times.dbm
bash tools/pretty_tox.sh '{posargs}'
[testenv:debug]