driazati commented on code in PR #12055:
URL: https://github.com/apache/tvm/pull/12055#discussion_r919309242
##########
tests/scripts/setup-pytest-env.sh:
##########
@@ -24,11 +24,14 @@ if [[ ! -z $CI_PYTEST_ADD_OPTIONS ]]; then
else
export PYTEST_ADDOPTS="-s -vv $PYTEST_ADDOPTS"
fi
-set -u
+set -ux
export TVM_PATH=`pwd`
export PYTHONPATH="${TVM_PATH}/python"
+# TODO: Remove this line once https://github.com/apache/tvm/pull/12055 is
merged into the Docker images
+python3 -m pip install --user pytest-rerunfailures==10.2
Review Comment:
it's not a huge difference either way, but we've done this kind of thing
before (with Jinja and `generate.py` and it turned out fine
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]