Skip to content

Commit

Permalink
Add pytest-xdist and pytest-profiling to the base installation packag…
Browse files Browse the repository at this point in the history
…es. (apache#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
  • Loading branch information
Ramana Radhakrishnan authored and Trevor Morris committed Dec 2, 2020
1 parent 75414fe commit 72d5f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_python_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 72d5f29

Please sign in to comment.