From 54995886ec5135bca580cb81a3ed8fd2eb4bae3a Mon Sep 17 00:00:00 2001 From: opensource-tnbt Date: Thu, 26 Nov 2020 13:25:58 +0530 Subject: PythonPackages: Update Package versions. This patch updates python package requests. It also avoids unnecessary dumping from matplotlib Signed-off-by: Sridhar K. N. Rao Change-Id: Idf63747dc52380c015e49d042362d0b736bca25c --- vsperf | 1 + 1 file changed, 1 insertion(+) (limited to 'vsperf') diff --git a/vsperf b/vsperf index 51612da2..773ad759 100755 --- a/vsperf +++ b/vsperf @@ -70,6 +70,7 @@ _TEMPLATE_MATRIX = "Performance Matrix\n------------------\n\n"\ "currently run tests. The metric used for comparison is {}.\n\n{}\n\n" _LOGGER = logging.getLogger() +logging.getLogger('matplotlib').setLevel(logging.ERROR) def parse_param_string(values): """ -- cgit 1.2.3-korg