From c587f3c4d56ae03ac01e76d239172855bd0399b5 Mon Sep 17 00:00:00 2001 From: pavel-shirshov Date: Wed, 27 May 2020 02:21:58 -0700 Subject: [PATCH] [sonic-slave]: Install pympler to find the memory leaks in python (#4652) --- sonic-slave/Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 88383e83ef..769e7a5656 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -280,6 +280,14 @@ RUN pip install meld3 mock # For vs image build RUN pip install pexpect==4.6.0 +# For sonic-utilities build +RUN pip install mockredispy==2.9.3 +RUN pip install pytest-runner==4.4 +RUN pip install setuptools==40.8.0 + +# For sonic-swss-common testing +RUN pip install Pympler==0.8 + # Install dependencies for isc-dhcp-relay build RUN apt-get -y build-dep isc-dhcp