From 2e655d90c2958c03bb4136eee07eaa437ba53617 Mon Sep 17 00:00:00 2001 From: rajat29 Date: Fri, 28 Apr 2017 10:41:25 +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. Closes-Bug: #1565928 Change-Id: I876d2169fa6e3e1239056e891ad49c530d3a0c69 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3b4bd4a8a..040b7f310 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ deps = -r{toxinidir}/requirements.txt commands = oslo-config-generator --config-file etc/oslo-config-generator/barbican.conf --output-file etc/barbican/barbican.conf /usr/bin/find . -type f -name "*.py[c|o]" -delete + rm -f .testrepository/times.dbm coverage erase python setup.py testr --coverage --testr-args='{posargs}' coverage report -m