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

mshr 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 9404fb5a59 [CI] Unpin pytest-profiling (#17620)
9404fb5a59 is described below

commit 9404fb5a59766d19fb89944c8c4283b44c30977a
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Tue Feb 4 19:27:18 2025 +0900

    [CI] Unpin pytest-profiling (#17620)
    
    unpin pytest-profiling
---
 docker/install/ubuntu2004_install_python_package.sh | 2 +-
 docker/install/ubuntu_install_python_package.sh     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/install/ubuntu2004_install_python_package.sh 
b/docker/install/ubuntu2004_install_python_package.sh
index c72ea5d4fa..f1c03cf1c0 100644
--- a/docker/install/ubuntu2004_install_python_package.sh
+++ b/docker/install/ubuntu2004_install_python_package.sh
@@ -35,7 +35,7 @@ pip3 install --upgrade \
     psutil \
     pytest \
     
git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@768ec1dce349fe4708f6ad68be1ebb3f3dabafa1
 \
-    pytest-profiling==1.7.0 \
+    pytest-profiling \
     pytest-xdist \
     pytest-rerunfailures==10.2 \
     requests \
diff --git a/docker/install/ubuntu_install_python_package.sh 
b/docker/install/ubuntu_install_python_package.sh
index 7fe82a1db4..593ba15f59 100755
--- a/docker/install/ubuntu_install_python_package.sh
+++ b/docker/install/ubuntu_install_python_package.sh
@@ -35,7 +35,7 @@ pip3 install --upgrade \
     psutil \
     pytest \
     
git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@768ec1dce349fe4708f6ad68be1ebb3f3dabafa1
 \
-    pytest-profiling!=1.8.0 \
+    pytest-profiling \
     pytest-xdist \
     pytest-rerunfailures==10.2 \
     requests \

Reply via email to