This is an automated email from the ASF dual-hosted git repository.

mousius pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new cbe602df11 [CI][DOCKER] Add pytest-lazy-fixture to images (#10970)
cbe602df11 is described below

commit cbe602df112001bfb1a3d131e85c1829212567ac
Author: Gustavo Romero <[email protected]>
AuthorDate: Tue Apr 12 10:40:59 2022 -0300

    [CI][DOCKER] Add pytest-lazy-fixture to images (#10970)
    
    Install lazy-fixture pytest plugin. This is needed for PR #10865.
    
    Signed-off-by: Gustavo Romero <[email protected]>
---
 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 58f8d8649f..4f99f17842 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

Reply via email to