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

Change 98cbf72e57 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 7c61a21db8
commit 8c6e132966
1 changed files with 2 additions and 2 deletions

View File

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