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

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


The following commit(s) were added to refs/heads/main by this push:
     new bb4179e  Add pytest-xdist and pytest-profiling to the base 
installation packages. (#6736)
bb4179e is described below

commit bb4179e2867a1d3cb9bd56c707681cc66c07d459
Author: Ramana Radhakrishnan <[email protected]>
AuthorDate: Sat Oct 24 08:27:30 2020 +0100

    Add pytest-xdist and pytest-profiling to the base installation packages. 
(#6736)
    
    For building and testing some small portions of the python testsuite,
    I've been playing off and on with xdist and pytest-profiling.
    
    We know it's not safe for the entirity of CI yet but this could
    enable smaller parts of pipelines that folks use using the
    common scripts to be parallelized or indeed profiled for more
    insight into where time is spent in building and testing TVM
---
 docker/install/ubuntu_install_python_package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/install/ubuntu_install_python_package.sh 
b/docker/install/ubuntu_install_python_package.sh
index 2ed14c2..c8d9856 100755
--- a/docker/install/ubuntu_install_python_package.sh
+++ b/docker/install/ubuntu_install_python_package.sh
@@ -21,4 +21,4 @@ set -u
 set -o pipefail
 
 # install libraries for python package on ubuntu
-pip3 install six numpy pytest cython decorator scipy tornado typed_ast pytest 
mypy orderedset attrs requests Pillow packaging cloudpickle
+pip3 install six numpy pytest cython decorator scipy tornado typed_ast pytest 
pytest-xdist pytest-profiling mypy orderedset attrs requests Pillow packaging 
cloudpickle

Reply via email to