Skip to content

Commit

Permalink
remove some pytest flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Aug 28, 2024
1 parent 0922bfe commit 9561ea2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ runtest_gold() {
-v \
--continue-on-collection-errors \
--cache-clear \
--junitxml="${RAPIDS_TESTS_DIR}/junit-${lib}-gold.xml" \
--numprocesses=${NUM_PROCESSES} \
--dist=worksteal \
${TEST_DIR}/test_${lib}*.py \
Expand All @@ -33,7 +32,6 @@ runtest_cudf_pandas() {
-v \
--continue-on-collection-errors \
--cache-clear \
--junitxml="${RAPIDS_TESTS_DIR}/junit-${lib}-cudf-pandas.xml" \
--numprocesses=${NUM_PROCESSES} \
--dist=worksteal \
${TEST_DIR}/test_${lib}*.py \
Expand All @@ -55,7 +53,6 @@ main() {
-v \
--continue-on-collection-errors \
--cache-clear \
--junitxml="${RAPIDS_TESTS_DIR}/junit-${lib}-assertion.xml" \
--numprocesses=${NUM_PROCESSES} \
--dist=worksteal \
${TEST_DIR}/test_${lib}*.py \
Expand Down
6 changes: 1 addition & 5 deletions ci/cudf_pandas_scripts/third-party-integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ main() {
conda activate test
set -u

RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}

mkdir -p "${RAPIDS_TESTS_DIR}"

repo_root=$(git rev-parse --show-toplevel)
TEST_DIR=${repo_root}/python/cudf/cudf_pandas_tests/third_party_integration_tests/tests

Expand All @@ -76,7 +72,7 @@ main() {
fi
done

RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR} TEST_DIR=${TEST_DIR} NUM_PROCESSES=${NUM_PROCESSES} ci/cudf_pandas_scripts/third-party-integration/ci_run_library_tests.sh ${lib}
TEST_DIR=${TEST_DIR} NUM_PROCESSES=${NUM_PROCESSES} ci/cudf_pandas_scripts/third-party-integration/ci_run_library_tests.sh ${lib}

rapids-logger "Test script exiting with value: ${EXITCODE}"
done
Expand Down

0 comments on commit 9561ea2

Please sign in to comment.