Skip to content

Commit

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

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored and yxieca committed Apr 8, 2021
1 parent eaa67fe commit a160519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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 a160519

Please sign in to comment.