From 20a5de74e7fb3a6e973b52e34dbba938b5e3000d Mon Sep 17 00:00:00 2001 From: akhiljain23 Date: Mon, 3 Apr 2017 09:51:46 +0000 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: I17f872b6169317de7c541a2ed77344ab1c313f94 Closes-Bug: #1229445 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 118be0ef27..79d147c27e 100644 --- a/tox.ini +++ b/tox.ini @@ -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]