Fix DEPRECATION WARNING for pep8
When we execute pep8 locally, we find there is DEPRECATION WARNING, This warning will be an error in tox4 and above, this change is to fix this. Change-Id: Iaebe8ffe3aa1b92956403c679600fad0098d8329 Partial-Bug: #1835386 Signed-off-by: junboli <junbo85.li@gmail.com>
This commit is contained in:
parent
d223c2ceda
commit
4d6ff3de71
1
tox.ini
1
tox.ini
@ -12,6 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
install_command = pip install -U {opts} {packages}
|
||||
commands = find {toxinidir} -type f -not -path '{toxinidir}/.tox/*' -not -path '*/__pycache__/*' -name '*.py[c|o]' -delete
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals = find
|
||||
|
||||
[testenv:venv]
|
||||
basepython = python3
|
||||
|
Loading…
Reference in New Issue
Block a user