Skip to content

Commit

Permalink
Adds PY_IGNORE_IMPORTMISMATCH=1 to workaround conftest.py import mism…
Browse files Browse the repository at this point in the history
…atch error seen by nx-cugraph after using pytest 8 and --import-mode=append.
  • Loading branch information
rlratzel committed Feb 1, 2024
1 parent f75bd82 commit 972ccb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ if [[ "${arch}" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then
else
# Test runs that include tests that use dask require
# --import-mode=append. See test_python.sh for details.
# FIXME: Adding PY_IGNORE_IMPORTMISMATCH=1 to workaround conftest.py import
# mismatch error seen by nx-cugraph after using pytest 8 and
# --import-mode=append.
RAPIDS_DATASET_ROOT_DIR=`pwd`/datasets \
PY_IGNORE_IMPORTMISMATCH=1 \
DASK_WORKER_DEVICES="0" \
DASK_DISTRIBUTED__SCHEDULER__WORKER_TTL="1000s" \
DASK_DISTRIBUTED__COMM__TIMEOUTS__CONNECT="1000s" \
Expand Down

0 comments on commit 972ccb5

Please sign in to comment.