From 711a9551166084e749e089326beab3d0438471c3 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Mon, 17 Dec 2018 16:59:20 -0500 Subject: [PATCH] tox: Hide deprecation warnings from distgit We did this for site warnings, let's do it for distgit as well. Trivialfix Change-Id: I656b7f4571c42156aeba309723c3e129ba51f906 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7fb2869dcdd..5237100575c 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir} OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:true} OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:true} OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true} - PYTHONWARNINGS=default::DeprecationWarning,ignore::DeprecationWarning:site + PYTHONWARNINGS=default::DeprecationWarning,ignore::DeprecationWarning:distutils,ignore::DeprecationWarning:site passenv = TRACE_FAILONLY GENERATE_HASHES http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY usedevelop = True install_command =