Skip to content

Commit a160519

Browse files
lguohanyxieca
authored andcommitted
[setup.py]: move the module to test requirement (#1542)
bug introduced in #1393 Signed-off-by: Guohan Lu <lguohan@gmail.com>
1 parent eaa67fe commit a160519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@
173173
tests_require = [
174174
'pytest',
175175
'mockredispy>=2.9.3',
176-
'sonic-config-engine'
176+
'sonic-config-engine',
177+
'deepdiff==5.2.3'
177178
],
178179
classifiers=[
179180
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)