diff --git a/ci/test/cudf.sh b/ci/test/cudf.sh index 4cc061fa..702bb5f6 100644 --- a/ci/test/cudf.sh +++ b/ci/test/cudf.sh @@ -26,14 +26,6 @@ for gt in /rapids/cudf/cpp/build/gtests/*; do fi done -# Python tests -export PYTHONPATH=\ -/rapids/cudf/python/cudf:\ -/rapids/cudf/python/dask_cudf:\ -/rapids/cudf/python/custreamz:\ -/rapids/cudf/python/nvstrings:\ -${PYTHONPATH} - cd /rapids/cudf/python/cudf py.test -n 6 --junitxml=${TESTRESULTS_DIR}/pytest-cudf.xml -v exitcode=$?