Pin typing extension (#16513)
Why I did it Fix UT failure caused by typing-extensions version update. Work item tracking Microsoft ADO (number only): 25123371 How I did it How to verify it
This commit is contained in:
parent
8fd9ce758b
commit
f2a2906b66
@ -494,6 +494,9 @@ ENV PATH /usr/share/depot_tools:$PATH
|
|||||||
RUN pip3 install parameterized==0.8.1
|
RUN pip3 install parameterized==0.8.1
|
||||||
RUN pip3 install pyfakefs
|
RUN pip3 install pyfakefs
|
||||||
|
|
||||||
|
# Install dependencies for sonic-utilities.response.typing-extensions
|
||||||
|
RUN pip3 install typing-extensions==4.7.1
|
||||||
|
|
||||||
# Install docker engine 17.03.2~ce-0 inside docker and enable experimental feature
|
# Install docker engine 17.03.2~ce-0 inside docker and enable experimental feature
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
|
Reference in New Issue
Block a user