From 94ee5baf1f0018107204ab30a0f8c2a77cec6c09 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Thu, 17 Nov 2016 16:29:49 +0530 Subject: [PATCH] Removing deprecation warnings to pass py35 Change-Id: I59309f58a304ba5c7796ed19d45446f99938e3fc --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e2865f9a..d2bf8f40 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,6 @@ setenv = NOSE_OPENSTACK_STDOUT=1 NOSE_XUNIT=1 DISCOVER_DIRECTORY=mistralclient/tests/unit - PYTHONWARNINGS=default::DeprecationWarning passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = -r{toxinidir}/requirements.txt