Skip to content

Commit

Permalink
Remove duplicate run of Python sync tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Jul 19, 2023
1 parent bccdcf4 commit 961d136
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rapids-print-env
print_system_stats

run_tests() {
rapids-logger "Running: timeout 2m pytest-vs python/ucxx/_lib/tests/"
rapids-logger "Running: timeout 2m pytest -vs python/ucxx/_lib/tests/"
timeout 2m pytest -vs python/ucxx/_lib/tests/
}

Expand Down Expand Up @@ -78,13 +78,10 @@ rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
libucxx ucxx

rapids-logger "Run tests with conda package"
run_tests

print_ucx_config

rapids-logger "\e[1mRunning: pytest-vs python/ucxx/_lib/tests/\e[0m"
pytest -vs python/ucxx/_lib/tests/
rapids-logger "Run tests with conda package"
run_tests

# run_tests_async PROGRESS_MODE ENABLE_DELAYED_SUBMISSION ENABLE_PYTHON_FUTURE SKIP
run_tests_async thread 0 0 0
Expand Down

0 comments on commit 961d136

Please sign in to comment.