From dcf64ed1f4f82b8ab0a83f4c77ab4452d61ccb50 Mon Sep 17 00:00:00 2001 From: M V P Nitesh Date: Tue, 25 Apr 2017 12:52:13 +0530 Subject: [PATCH] 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: Ia43f8d10f157d988c4d2c89f16cac0ea729cabe6 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 79da018b9..ff797adc4 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,7 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt commands = + rm -f .testrepository/times.dbm find . -type f -name "*.py[c|o]" -delete ostestr --concurrency=6 {posargs}