Skip to content

Commit e0f678a

Browse files
authored
[setup.py]: move the module to test requirement (sonic-net#1542)
bug introduced in sonic-net#1393 Signed-off-by: Guohan Lu <[email protected]>
1 parent d55d406 commit e0f678a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@
169169
'sonic-yang-mgmt',
170170
'swsssdk>=2.0.1',
171171
'tabulate==0.8.2',
172-
'xmltodict==0.12.0',
173-
'deepdiff==5.2.3',
172+
'xmltodict==0.12.0'
174173
],
175174
setup_requires= [
176175
'pytest-runner',
@@ -179,7 +178,8 @@
179178
tests_require = [
180179
'pytest',
181180
'mockredispy>=2.9.3',
182-
'sonic-config-engine'
181+
'sonic-config-engine',
182+
'deepdiff==5.2.3'
183183
],
184184
classifiers=[
185185
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)