barry-jin commented on a change in pull request #20633:
URL: https://github.com/apache/incubator-mxnet/pull/20633#discussion_r745240460
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -874,8 +874,25 @@ unittest_array_api_standardization() {
export DMLC_LOG_STACK_TRACE_DEPTH=100
python3 -m pytest --durations=50 --cov-report xml:tests_api.xml --verbose \
array_api_tests/test_type_promotion.py::test_elementwise_function_two_arg_bool_type_promotion
- python3 -m pytest --durations=50 --cov-report xml:tests_api.xml --verbose
array_api_tests/test_creation_functions.py
python3 -m pytest --durations=50 --cov-report xml:tests_api.xml --verbose
array_api_tests/test_indexing.py
+ python3 -m pytest --durations=50 --cov-report xml:tests_api.xml --verbose
array_api_tests/test_creation_functions.py
Review comment:
```suggestion
python3 -m pytest --durations=50 --cov-report xml:tests_api.xml
--verbose array_api_tests/test_signatures.py
```
--
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]