Revert "[sonic-slave]: Fix redis version during pip3 install (#9317)" (#9704)

Reverts Azure/sonic-buildimage#9317
Since upstream fixed the issue https://github.com/redis/redis-py/pull/1726
We can continue use latest version on master branch.

Fixes https://github.com/Azure/sonic-buildimage/issues/9318
This commit is contained in:
Qi Luo 2022-01-09 18:24:07 -08:00 committed by GitHub
parent f0067d5eef
commit 5f524e2ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -447,7 +447,7 @@ RUN pip3 install "PyYAML==5.4.1"
RUN pip3 install "lxml==4.6.2"
# For sonic-platform-common testing
RUN pip3 install redis==3.5.3
RUN pip3 install redis
# For vs image build
RUN pip3 install pexpect==4.8.0

View File

@ -466,7 +466,7 @@ RUN pip2 install "lxml==4.6.5"
RUN pip3 install "lxml==4.6.5"
# For sonic-platform-common testing
RUN pip3 install redis==3.5.3
RUN pip3 install redis
# For vs image build
RUN pip2 install pexpect==4.6.0

View File

@ -371,7 +371,7 @@ RUN pip3 install "lxml==4.6.5"
# For sonic-platform-common testing
RUN pip3 install redis==3.5.3
RUN pip3 install redis
# For vs image build
RUN pip2 install pexpect==4.6.0