From e643c4c5d2ea61a49e3176fed33969962986b98f Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Mon, 7 Jun 2021 05:56:57 +0000 Subject: [PATCH] system-health does not depend on swsssdk in runtime --- src/system-health/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system-health/setup.py b/src/system-health/setup.py index b0cc998e482f..99b4c5187970 100644 --- a/src/system-health/setup.py +++ b/src/system-health/setup.py @@ -27,6 +27,7 @@ 'pytest-runner' ], tests_require=[ + 'swsssdk>=2.0.1', 'pytest', 'mock>=2.0.0' ],