Tests: remove .testrepository/times.dbm in tox.ini (functional)

Change 98cbf72e57e1d6950b3ea333b673c1c1c39a6cd7 handled this for
the py35 target but missed the functional-py35 target because
that one doesn't inherit the commands from the root testenv.

Change-Id: I018b809488f9e979f334c75415c15acb58dbd782
Related-Bug: #1229445
This commit is contained in:
Matt Riedemann 2017-03-21 16:06:41 -04:00
parent 995c58abe9
commit 58040dfce0

View File

@ -76,8 +76,8 @@ setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./nova/tests/functional
LANGUAGE=en_US
commands =
find . -type f -name "*.pyc" -delete
bash tools/pretty_tox3.sh '{posargs}'
{[testenv]commands}
bash tools/pretty_tox3.sh '{posargs}'
[testenv:api-samples]
usedevelop = True