Merge "Remove times.dbm prior to test run"
This commit is contained in:
commit
1c8747bbec
5
tox.ini
5
tox.ini
@ -13,7 +13,10 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
TESTS_DIR=./ironic/tests/unit/
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = ostestr {posargs}
|
||||
whitelist_externals = rm
|
||||
commands =
|
||||
rm -f .testrepository/times.dbm
|
||||
ostestr {posargs}
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
[testenv:unit-with-driver-libs]
|
||||
|
Loading…
x
Reference in New Issue
Block a user