From 58902225dd15b04c0f224c27fd86e98bb4e1abd1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 5 Apr 2020 08:15:38 -0500 Subject: [PATCH] Add yappi and objgraph to container image If people want to do debugging of scheduler issues, these are useful to have installed. Change-Id: I93e949f75d38cc86c799dc52a1b939e61e81d74b --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index a552d76f99..3c3dbdd63f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,3 +57,5 @@ migrate= zuul_base = PyMySQL psycopg2-binary + yappi + objgraph