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

This commit is contained in:
Zuul 2018-01-29 01:50:13 +00:00 committed by Gerrit Code Review
commit 26d570239d
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
whitelist_externals = rm
commands =
rm -f .testrepository/times.dbm
python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8