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: I9f29c187ff0e2b6ef46c0b8e28e2aff3f36949b8
This commit is contained in:
rajat29 2017-04-26 11:56:48 +05:30 committed by Rajat Sharma
parent ccd8efa50f
commit 3f7b399cdf
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
/usr/bin/find . -type f -name "*.py[co]" -delete
rm -f .testrepository/times.dbm
python setup.py testr --testr-args='{posargs}'
[testenv:debug]