You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/04/12 13:41:04 UTC

[tvm] branch main updated: [CI][DOCKER] Add pytest-lazy-fixture to images (#10970)

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 <gr...@users.noreply.github.com>
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 <gu...@linaro.org>
---
 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