Skip to content

Commit

Permalink
[setup.py]: move the module to test requirement (sonic-net#1542)
Browse files Browse the repository at this point in the history
bug introduced in sonic-net#1393

Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed Apr 4, 2021
1 parent d55d406 commit e0f678a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@
'sonic-yang-mgmt',
'swsssdk>=2.0.1',
'tabulate==0.8.2',
'xmltodict==0.12.0',
'deepdiff==5.2.3',
'xmltodict==0.12.0'
],
setup_requires= [
'pytest-runner',
Expand All @@ -179,7 +178,8 @@
tests_require = [
'pytest',
'mockredispy>=2.9.3',
'sonic-config-engine'
'sonic-config-engine',
'deepdiff==5.2.3'
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit e0f678a

Please sign in to comment.