From 8c6e132966a7f3ca090a10459dc4eed07a4b3857 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 21 Mar 2017 16:06:41 -0400 Subject: [PATCH] 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ed5f8b74e9fe..a88b54b8f6d3 100644 --- a/tox.ini +++ b/tox.ini @@ -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