Merge "tox: Enable warnings"

This commit is contained in:
Zuul 2019-09-10 14:08:22 +00:00 committed by Gerrit Code Review
commit 986dfc364e
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ ignore_basepython_conflict = True
basepython = python3 basepython = python3
usedevelop = True usedevelop = True
setenv = setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV = {envdir}
PYTHONDONTWRITEBYTECODE = 1
PYTHONWARNINGS = once
py{3,36,37}:PYTHONWARNINGS = once,ignore::ImportWarning:backports
whitelist_externals = whitelist_externals =
bash bash
find find