Tests: remove .testrepository/times.dbm in tox.ini

Existence of this file causes py3* tests to fail if
run after py27.  This patch adds cleaning up of this
file before running py3* tests.

Change-Id: If5d7b1f00464cf49383c572965bce84b2df7f66f
This commit is contained in:
Rob Crittenden 2017-09-11 20:07:05 -04:00
parent 313569bfa9
commit 839b407aab
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ deps = -r{toxinidir}/test-requirements.txt
# call ie: 'tox -epy27 -- --concurrency=4'
commands =
find . -type f -name "*.pyc" -delete
rm -rf .testrepository/times.dbm
ostestr {posargs}
whitelist_externals =