Skip to content

Commit

Permalink
Don't install pytest-stress in python2 environment (sonic-net#21750)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
theasianpianist authored Feb 19, 2025
1 parent dba5999 commit 221f43d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ RUN python2 -m pip install allure-pytest==2.8.22 \
pytest-repeat \
pytest-html \
pytest-xdist==1.28.0 \
pytest-stress \
python-dateutil \
PyYAML \
redis \
Expand Down

0 comments on commit 221f43d

Please sign in to comment.