Fix tox
Now 'tox' command fails because it tries to remove .testrepository as a regular file, but it's a directory. Change-Id: I1be468d6074049b7d40610c10904e9795a3759d5 Closes-bug: #1703205
This commit is contained in:
parent
a2bc572533
commit
2cb36cba73
2
tox.ini
2
tox.ini
@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
rm -f .testrepository
|
rm -f .testrepository/times.dbm
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user