tox: Silence warnings from stdlib libraries

These are issues with Python 3 libraries so we can't fix them here.
Simply silence them.

Change-Id: I2bbabc5452257d98ba7da2a6a95bc9926202a9fd
This commit is contained in:
Stephen Finucane 2018-07-06 14:00:36 +01:00
parent e6c330892f
commit a6353c452e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ setenv =
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=160
PYTHONWARNINGS=default::DeprecationWarning
PYTHONWARNINGS=default::DeprecationWarning,ignore::DeprecationWarning:distutils,ignore::DeprecationWarning:site
passenv = OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_TEST_TIMEOUT OS_TEST_LOCK_PATH TEMPEST_CONFIG TEMPEST_CONFIG_DIR http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY ZUUL_CACHE_DIR REQUIREMENTS_PIP_LOCATION GENERATE_TEMPEST_PLUGIN_LIST
usedevelop = True
install_command = pip install {opts} {packages}