Skip to content

Commit

Permalink
[CI][DOCKER] Add pytest-lazy-fixture to images (apache#10970)
Browse files Browse the repository at this point in the history
Install lazy-fixture pytest plugin. This is needed for PR apache#10865.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
  • Loading branch information
gromero authored and Lucien0 committed Apr 19, 2022
1 parent 99d2d4e commit 598d6ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/install/ubuntu_install_python_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ pip3 install --upgrade \
synr==0.6.0 \
junitparser==2.4.2 \
six \
tornado
tornado \
pytest-lazy-fixture

0 comments on commit 598d6ba

Please sign in to comment.