From bac2859e85f2fd54585c53cc45e76d7d2143499f Mon Sep 17 00:00:00 2001 From: Gustavo Romero Date: Tue, 12 Apr 2022 00:59:34 +0000 Subject: [PATCH] [CI][DOCKER] Add pytest-lazy-fixture to images Install lazy-fixture pytest plugin. This is needed for PR #10865. Signed-off-by: Gustavo Romero --- docker/install/ubuntu_install_python_package.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_python_package.sh b/docker/install/ubuntu_install_python_package.sh index 58f8d8649f07..4f99f1784238 100755 --- a/docker/install/ubuntu_install_python_package.sh +++ b/docker/install/ubuntu_install_python_package.sh @@ -42,4 +42,5 @@ pip3 install --upgrade \ synr==0.6.0 \ junitparser==2.4.2 \ six \ - tornado + tornado \ + pytest-lazy-fixture