From 45ac35ecbfb9962c14d49088ee17bff727fa59e3 Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Mon, 21 Oct 2024 11:27:19 +0900 Subject: [PATCH] Pin pytest-profiling==1.7.0 --- 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 f1c03cf1c0e2..c72ea5d4fa66 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 \ + pytest-profiling==1.7.0 \ 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 593ba15f5947..7fe82a1db414 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 \ + pytest-profiling!=1.8.0 \ pytest-xdist \ pytest-rerunfailures==10.2 \ requests \