[sonic-slave]: install nose package explicity (#7258)
nose package is required by mockredispy Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
5e17093f06
commit
fd5841075d
@ -411,6 +411,8 @@ RUN pip3 install fastentrypoints
|
||||
# For running Python unit tests
|
||||
RUN pip2 install pytest-runner==4.4
|
||||
RUN pip3 install pytest-runner==5.2
|
||||
RUN pip2 install nose==1.3.7
|
||||
RUN pip3 install nose==1.3.7
|
||||
RUN pip2 install mockredispy==2.9.3
|
||||
RUN pip3 install mockredispy==2.9.3
|
||||
|
||||
|
@ -343,6 +343,7 @@ RUN pip3 uninstall -y enum34
|
||||
RUN pip2 install j2cli==0.3.10
|
||||
|
||||
# For sonic snmpagent mock testing
|
||||
RUN pip3 install nose==1.3.7
|
||||
RUN pip3 install mockredispy==2.9.3
|
||||
|
||||
# For sonic-mgmt-framework
|
||||
@ -359,6 +360,7 @@ RUN pip3 install redis
|
||||
RUN pip2 install pexpect==4.6.0
|
||||
|
||||
# For sonic-utilities build
|
||||
RUN pip2 install nose==1.3.7
|
||||
RUN pip2 install mockredispy==2.9.3
|
||||
RUN pip2 install pytest-runner==4.4
|
||||
RUN pip2 install setuptools==40.8.0
|
||||
|
Loading…
Reference in New Issue
Block a user