Skip to content

Commit 134da33

Browse files
theasianpianistram25794
authored andcommitted
Don't install pytest-stress in python2 environment (sonic-net#21750)
The pytest-stress package is only compatible with Python 3. Trying to install it with Python 2 leads to a build failure for the sonic-mgmt docker image. Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
1 parent dacab24 commit 134da33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dockers/docker-sonic-mgmt/Dockerfile.j2

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ RUN python2 -m pip install allure-pytest==2.8.22 \
176176
pytest-repeat \
177177
pytest-html \
178178
pytest-xdist==1.28.0 \
179-
pytest-stress \
180179
python-dateutil \
181180
PyYAML \
182181
redis \

0 commit comments

Comments
 (0)