Add 'rm -f .testrepository/times.dbm' command in testenv

Running py2* post py3* tests results in InvocationError. Add
'rm -f .testrepository/times.dbm' command in testenv to
resolve this.

Change-Id: Ia3fb0b63eddad01cd253ac441a2036ca322a0164
This commit is contained in:
Mike Fedosin 2017-06-23 22:28:04 +03:00
parent 331a04defb
commit b32d29e4ab
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr --slowest {posargs}
commands =
rm -f .testrepository/times.dbm
ostestr --slowest {posargs}
whitelist_externals = bash
passenv = *_proxy *_PROXY